compiler: Define NO_RETURN for MSVC.
[cascardo/ovs.git] / tests / test-sflow.c
index b91fd41..1d512ad 100644 (file)
@@ -38,7 +38,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_sflow_exit;