mirror of https://github.com/godotengine/godot
Fixes the following Clang 7 warnings: ``` core/io/marshalls.cpp:872:10: warning: unused variable 'f' [-Wunused-variable] core/ustring.cpp:1831:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] core/ustring.cpp:1832:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] drivers/gles3/rasterizer_gles3.cpp:82:24: warning: unused function '_gl_debug_print' [-Wunused-function,34] main/main.cpp:118:13: warning: unused variable 'auto_build_solutions' [-Wunused-variable] modules/csg/csg_gizmos.cpp:225:46: warning: 'current' may be used uninitialized in this function [-Wmaybe-uninitialized] ``` |
||
|---|---|---|
| .. | ||
| doc_classes | ||
| SCsub | ||
| config.py | ||
| csg.cpp | ||
| csg.h | ||
| csg_gizmos.cpp | ||
| csg_gizmos.h | ||
| csg_shape.cpp | ||
| csg_shape.h | ||
| register_types.cpp | ||
| register_types.h | ||