diff options
| author | Hein-Pieter van Braam | 2017-09-07 08:47:08 +0200 |
|---|---|---|
| committer | Hein-Pieter van Braam | 2017-09-07 09:03:11 +0200 |
| commit | 0b23a31b435a2982f9d70de78ba5e30770b4d52e (patch) | |
| tree | 0cd83dfab0f91b6fd83c2dd6dcc78a18683dc29a /core/script_debugger_remote.cpp | |
| parent | 36e91b07d8523ec23306ae0f2491523d8577554c (diff) | |
| download | godot-0b23a31b435a2982f9d70de78ba5e30770b4d52e.tar.gz godot-0b23a31b435a2982f9d70de78ba5e30770b4d52e.tar.zst godot-0b23a31b435a2982f9d70de78ba5e30770b4d52e.zip | |
Fix warnings comparing enums of different types
This fixes a source of many compiler warnings regarding comparing the
enum VARIANT_TYPE to Variant::Type. This changes the local value to a
static const Variant::Type value rather than an unrelated enum, this
also saves us a cast.
Diffstat (limited to 'core/script_debugger_remote.cpp')
0 files changed, 0 insertions, 0 deletions
