compiler: Define NO_RETURN for MSVC.
[cascardo/ovs.git] / tests / test-netflow.c
index 76f9bae..284d7ab 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 unixctl_cb_func test_netflow_exit;