fix printf call
This commit is contained in:
parent
8ecf5104b3
commit
87a4b4d1f4
@ -1625,7 +1625,7 @@ show_res:
|
|||||||
#endif
|
#endif
|
||||||
#ifdef HZ
|
#ifdef HZ
|
||||||
#define as_string(s) (#s)
|
#define as_string(s) (#s)
|
||||||
printf("HZ=%g", HZ);
|
printf("HZ=%g", (double)HZ);
|
||||||
# ifdef _SC_CLK_TCK
|
# ifdef _SC_CLK_TCK
|
||||||
printf(" [sysconf value]");
|
printf(" [sysconf value]");
|
||||||
# endif
|
# endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user