]> git.saurik.com Git - wxWidgets.git/blobdiff - src/regex/regc_nfa.c
Fix --enable-webview_xxx options names in configure.
[wxWidgets.git] / src / regex / regc_nfa.c
index 5f65c8d83a8ad0a0a89e3d86650b40ae2dbbc26e..2db51bc7b902295dcb220671dd646cfa6c346e8c 100644 (file)
@@ -36,7 +36,7 @@
  */
 
 #define        NISERR()        VISERR(nfa->v)
  */
 
 #define        NISERR()        VISERR(nfa->v)
-#define        NERR(e)         VERR(nfa->v, (e))
+#define        NERR(e)         (void)VERR(nfa->v, (e))
 
 
 /*
 
 
 /*