]> git.proxmox.com Git - mirror_ovs.git/blobdiff - lib/ofp-parse.c
ofp-parse: Mark ofp_fatal() as never returning.
[mirror_ovs.git] / lib / ofp-parse.c
index 034a6de6948fb5ed2ce3c7c62cd6f041c85211c0..fc86442f7e24bca913fd06c845e64b23e97f14af 100644 (file)
@@ -41,6 +41,9 @@
 
 VLOG_DEFINE_THIS_MODULE(ofp_parse);
 
+static void ofp_fatal(const char *flow, bool verbose, const char *format, ...)
+    NO_RETURN;
+
 static uint8_t
 str_to_table_id(const char *str)
 {