ofproto: Implement Nicira Extended Match flexible flow match (NXM).
[sliver-openvswitch.git] / lib / util.c
index 39ca3b5..328cfac 100644 (file)
@@ -358,9 +358,10 @@ hexit_value(int c)
 
     case 'f': case 'F':
         return 0xf;
-    }
 
-    NOT_REACHED();
+    default:
+        return -1;
+    }
 }
 
 /* Returns the current working directory as a malloc()'d string, or a null