summaryrefslogtreecommitdiff
path: root/third_party/build/speex/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/build/speex/config.h')
-rw-r--r--third_party/build/speex/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/build/speex/config.h b/third_party/build/speex/config.h
index be19e733..22a45f86 100644
--- a/third_party/build/speex/config.h
+++ b/third_party/build/speex/config.h
@@ -29,6 +29,11 @@
//# pragma warning(disable: 4701) // local variable used without initialized
#endif
+#if defined(__GNUC__) && (__GNUC__ * 100 + __GNUC_MINOR__) >= 402
+# pragma GCC diagnostic ignored "-Wunknown-pragmas"
+# pragma GCC diagnostic ignored "-Wunused-but-set-variable"
+#endif
+
#include <pj/log.h>
/*