1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Fix GCC compiler warning in mono module

- thread_local.h: 'delegating constructors only available with -std=c++11 or -std=gnu++11'
- mono_reg_utils.cpp: 'extra tokens at end of #endif directive'
- mono_bottom_panel.cpp: '<fieldB> will be initialized after <fieldA> when initialized here'
- bindings_generator.cpp: 'name lookup of 'i' changed (...) matches this 'i' under ISO standard rules (...) matches this 'i' under old rules (...)'
This commit is contained in:
Ignacio Etcheverry
2018-10-03 00:56:28 +02:00
parent a2b6be23ad
commit 2c8980f44c
4 changed files with 20 additions and 14 deletions

View File

@@ -228,4 +228,4 @@ cleanup:
}
} // namespace MonoRegUtils
#endif WINDOWS_ENABLED
#endif // WINDOWS_ENABLED