mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-09 16:18:20 +00:00
[host] common: fix compilation on clang
This commit is contained in:
parent
c5cbb8aa46
commit
47ad93f48d
@ -26,7 +26,7 @@
|
||||
|
||||
static uint64_t startTime;
|
||||
|
||||
void debug_init()
|
||||
void debug_init(void)
|
||||
{
|
||||
startTime = microtime();
|
||||
platform_debugInit();
|
||||
|
Loading…
Reference in New Issue
Block a user