mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 05:27: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;
|
static uint64_t startTime;
|
||||||
|
|
||||||
void debug_init()
|
void debug_init(void)
|
||||||
{
|
{
|
||||||
startTime = microtime();
|
startTime = microtime();
|
||||||
platform_debugInit();
|
platform_debugInit();
|
||||||
|
Loading…
Reference in New Issue
Block a user