summaryrefslogtreecommitdiff
path: root/usr.sbin/nsd/zlexer.lex
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/nsd/zlexer.lex')
-rw-r--r--usr.sbin/nsd/zlexer.lex2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/nsd/zlexer.lex b/usr.sbin/nsd/zlexer.lex
index 90a1df3741c..a25d7af626b 100644
--- a/usr.sbin/nsd/zlexer.lex
+++ b/usr.sbin/nsd/zlexer.lex
@@ -7,6 +7,8 @@
* See LICENSE for the license.
*
*/
+/* because flex keeps having sign-unsigned compare problems that are unfixed*/
+#pragma GCC diagnostic ignored "-Wsign-compare"
#include "config.h"