Fix various assorted warnings
Fix various warnings that don't have enough instances to merit individual commits. Also fixes a potential bug in audio_server.cpp.
This commit is contained in:
parent
d1cb73b47a
commit
67a706fc1b
17 changed files with 125 additions and 136 deletions
|
|
@ -34,7 +34,7 @@
|
|||
#include "io/marshalls.h"
|
||||
|
||||
//#define DEBUG_PRINT(m_p) print_line(m_p)
|
||||
#define DEBUG_TIME(m_what) printf("MS: %s - %lli\n", m_what, OS::get_singleton()->get_ticks_usec());
|
||||
#define DEBUG_TIME(m_what) printf("MS: %s - %lu\n", m_what, OS::get_singleton()->get_ticks_usec());
|
||||
|
||||
//#define DEBUG_TIME(m_what)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue