diff options
Diffstat (limited to 'usr.sbin/nsd')
-rw-r--r-- | usr.sbin/nsd/configlexer.lex | 2 | ||||
-rw-r--r-- | usr.sbin/nsd/zlexer.lex | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/nsd/configlexer.lex b/usr.sbin/nsd/configlexer.lex index 0ce80bd8bb4..e6b26f947e1 100644 --- a/usr.sbin/nsd/configlexer.lex +++ b/usr.sbin/nsd/configlexer.lex @@ -7,8 +7,6 @@ * 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" diff --git a/usr.sbin/nsd/zlexer.lex b/usr.sbin/nsd/zlexer.lex index a25d7af626b..90a1df3741c 100644 --- a/usr.sbin/nsd/zlexer.lex +++ b/usr.sbin/nsd/zlexer.lex @@ -7,8 +7,6 @@ * 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" |