From 1b1e79df27220b31cb1bb014ee19cd8e30769ae3 Mon Sep 17 00:00:00 2001 From: Florian Obser Date: Mon, 24 Oct 2016 09:45:46 +0000 Subject: do not ignore -Wsign-compare; requested by deraadt@ --- usr.sbin/nsd/configlexer.lex | 2 -- usr.sbin/nsd/zlexer.lex | 2 -- 2 files changed, 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" -- cgit v1.2.3