mirror of https://github.com/godotengine/godot
Fixes the following warnings in `p=server target=release_debug` builds
on Travis CI:
```
./core/os/memory.h: In function 'MainLoop* TestOAHashMap::test()':
./core/os/memory.h:108:111: warning: 'dummy' may be used uninitialized in this function [-Wmaybe-uninitialized]
#define memnew_placement(m_placement, m_class) _post_initialize(new (m_placement, sizeof(m_class), "") m_class)
^
main/tests/test_oa_hash_map.cpp:98:7: note: 'dummy' was declared here
int dummy;
^
scene/resources/bit_mask.cpp:447:3: warning: 'next_i' may be used uninitialized in this function [-Wmaybe-uninitialized]
scene/resources/bit_mask.cpp:448:4: warning: 'next_j' may be used uninitialized in this function [-Wmaybe-uninitialized]
```
|
||
|---|---|---|
| .. | ||
| tests | ||
| SCsub | ||
| app_icon.png | ||
| default_controller_mappings.h | ||
| gamecontrollerdb.txt | ||
| gamecontrollerdb_204.txt | ||
| gamecontrollerdb_205.txt | ||
| godotcontrollerdb.txt | ||
| input_default.cpp | ||
| input_default.h | ||
| main.cpp | ||
| main.h | ||
| main_builders.py | ||
| performance.cpp | ||
| performance.h | ||
| splash.png | ||
| splash_editor.png | ||
| timer_sync.cpp | ||
| timer_sync.h | ||