summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nsd
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2016-10-24 09:45:45 +0000
committerflorian <florian@openbsd.org>2016-10-24 09:45:45 +0000
commit9f00ffd13996b5154a82a404991aeb3dad9f7bf9 (patch)
treeedd36c4e9c47796ea405afd14e91c3ca71e74c11 /usr.sbin/nsd
parentregen (diff)
downloadwireguard-openbsd-9f00ffd13996b5154a82a404991aeb3dad9f7bf9.tar.xz
wireguard-openbsd-9f00ffd13996b5154a82a404991aeb3dad9f7bf9.zip
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"