mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-03 11:17:10 +00:00
[host] common: fix compilation on clang
This commit is contained in:
parent
c5cbb8aa46
commit
47ad93f48d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue