summaryrefslogtreecommitdiff
path: root/l10ntools/source/xrmlex.l
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-09-03 10:33:44 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-09-03 10:34:37 +0200
commit9cb929d8bb58b6f941d74bd532cecb252d2b2983 (patch)
tree3de0df3884ec3cb4b8c6ffb62137eaf6fea1d250 /l10ntools/source/xrmlex.l
parent95822dba748e417e4ccc7c21bca63118f971958a (diff)
Generated code is compiled with WaE disabled, anyway
...and at least in the __GNUC__ case, the list of ignored warnings only covered a fraction of the actually emitted warnings, so just don't bother Change-Id: I962f50be7da3ae1e215318c6b7dd2f534cbdd57c
Diffstat (limited to 'l10ntools/source/xrmlex.l')
-rw-r--r--l10ntools/source/xrmlex.l7
1 files changed, 0 insertions, 7 deletions
diff --git a/l10ntools/source/xrmlex.l b/l10ntools/source/xrmlex.l
index 0d4bb4d48573..4bd17ec5a3ac 100644
--- a/l10ntools/source/xrmlex.l
+++ b/l10ntools/source/xrmlex.l
@@ -43,13 +43,6 @@
#include "sal/main.h"
-#ifdef __GNUC__
-#pragma GCC diagnostic ignored "-Wunused-function"
-#pragma GCC diagnostic ignored "-Wunused-label"
-#pragma GCC diagnostic ignored "-Wunused-but-set-variable"
-#elif defined _MSC_VER
-#pragma warning(push, 1)
-#endif
#define YY_NO_UNISTD_H
/* forwards */