summaryrefslogtreecommitdiff
path: root/connectivity/source
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-05-23 12:16:53 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-29 07:24:50 +0200
commitfc9914cd3887377bcff1580b3680200866ca626e (patch)
tree3d5767590c856c4d64a8ed92cc52376a138f75c1 /connectivity/source
parenta29e81a17e205dfc39d10204a95d57728cec8636 (diff)
WaE: 'void yy_fatal_error(const char*)' defined but not used
Change-Id: I2709c908f623ae23a0724a6ef8c557583691e03f
Diffstat (limited to 'connectivity/source')
-rwxr-xr-xconnectivity/source/parse/sqlflex.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/connectivity/source/parse/sqlflex.l b/connectivity/source/parse/sqlflex.l
index fd5eb0f8b5d8..66bc24763b5d 100755
--- a/connectivity/source/parse/sqlflex.l
+++ b/connectivity/source/parse/sqlflex.l
@@ -56,6 +56,7 @@
#if defined __GNUC__
#if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 2))
# pragma GCC diagnostic ignored "-Wwrite-strings"
+# pragma GCC diagnostic ignored "-Wunused-function"
#endif
#elif defined __SUNPRO_CC
#pragma disable_warn