diff options
Diffstat (limited to 'perf.c')
-rw-r--r-- | perf.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -287,5 +287,7 @@ perf_print_state (int lev) } #else +#ifdef _MSC_VER /* Dummy function needed to avoid empty file compiler warning in Microsoft VC */ static void dummy(void) {} #endif +#endif |