mirror of https://github.com/godotengine/godot
Fixes the following Clang 7 warnings: ``` editor/editor_help.h:123:7: warning: 'EditorHelpIndex::popup' hides overloaded virtual function [-Woverloaded-virtual] editor/editor_help.h:95:7: warning: 'EditorHelpSearch::popup' hides overloaded virtual function [-Woverloaded-virtual] editor/editor_help.h:96:7: warning: 'EditorHelpSearch::popup' hides overloaded virtual function [-Woverloaded-virtual] editor/plugins/curve_editor_plugin.h:141:15: warning: 'CurvePreviewGenerator::generate' hides overloaded virtual function [-Woverloaded-virtual] editor/plugins/script_editor_plugin.h:70:7: warning: 'ScriptEditorQuickOpen::popup' hides overloaded virtual function [-Woverloaded-virtual] editor/quick_open.h:69:7: warning: 'EditorQuickOpen::popup' hides overloaded virtual function [-Woverloaded-virtual] main/tests/test_io.cpp:53:15: warning: 'TestIO::TestMainLoop::input_event' hides overloaded virtual function [-Woverloaded-virtual] servers/audio/effects/audio_effect_record.h:69:15: warning: 'AudioEffectRecordInstance::process_silence' hides overloaded virtual function [-Woverloaded-virtual] core/os/memory.h:119:2: warning: destructor called on non-final 'ContextGL_X11' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor] core/os/memory.h:119:2: warning: destructor called on non-final 'EditorScriptCodeCompletionCache' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor] core/os/memory.h:119:2: warning: destructor called on non-final 'Engine' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor] core/os/memory.h:119:2: warning: destructor called on non-final 'PhysicalBone::JointData' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor] core/os/memory.h:119:2: warning: destructor called on non-final 'VisualServerScene' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor] core/os/memory.h:119:2: warning: destructor called on non-final 'VisualServerViewport' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor] ``` |
||
|---|---|---|
| .. | ||
| SCsub | ||
| test_astar.cpp | ||
| test_astar.h | ||
| test_gdscript.cpp | ||
| test_gdscript.h | ||
| test_gui.cpp | ||
| test_gui.h | ||
| test_image.cpp | ||
| test_image.h | ||
| test_io.cpp | ||
| test_io.h | ||
| test_main.cpp | ||
| test_main.h | ||
| test_math.cpp | ||
| test_math.h | ||
| test_oa_hash_map.cpp | ||
| test_oa_hash_map.h | ||
| test_ordered_hash_map.cpp | ||
| test_ordered_hash_map.h | ||
| test_physics.cpp | ||
| test_physics.h | ||
| test_physics_2d.cpp | ||
| test_physics_2d.h | ||
| test_render.cpp | ||
| test_render.h | ||
| test_shader_lang.cpp | ||
| test_shader_lang.h | ||
| test_string.cpp | ||
| test_string.h | ||