compiler: Define NO_RETURN for MSVC.
[cascardo/ovs.git] / tests / test-jsonrpc.c
index dbd0b52..cf90c44 100644 (file)
@@ -35,7 +35,7 @@
 #include "vlog.h"
 #include "ovstest.h"
 
-static void usage(void) NO_RETURN;
+NO_RETURN static void usage(void);
 static void parse_options(int argc, char *argv[]);
 static struct command *get_all_commands(void);