You've already forked godot
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:
@@ -228,4 +228,4 @@ cleanup:
|
||||
}
|
||||
} // namespace MonoRegUtils
|
||||
|
||||
#endif WINDOWS_ENABLED
|
||||
#endif // WINDOWS_ENABLED
|
||||
|
||||
Reference in New Issue
Block a user