summaryrefslogtreecommitdiff
path: root/usr.sbin/nsd
diff options
context:
space:
mode:
authorFlorian Obser <florian@cvs.openbsd.org>2016-10-24 09:45:46 +0000
committerFlorian Obser <florian@cvs.openbsd.org>2016-10-24 09:45:46 +0000
commit1b1e79df27220b31cb1bb014ee19cd8e30769ae3 (patch)
tree4058e6478842eded91eb4368aa35c08e7d5bfac3 /usr.sbin/nsd
parent33a66d331c44050960ff5f4a56df66f2b6606f08 (diff)
do not ignore -Wsign-compare; requested by deraadt@
Diffstat (limited to 'usr.sbin/nsd')
-rw-r--r--usr.sbin/nsd/configlexer.lex2
-rw-r--r--usr.sbin/nsd/zlexer.lex2
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"