summaryrefslogtreecommitdiffstats
path: root/depends/pack200
diff options
context:
space:
mode:
Diffstat (limited to 'depends/pack200')
-rw-r--r--depends/pack200/src/coding.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/depends/pack200/src/coding.cpp b/depends/pack200/src/coding.cpp
index 3e311131..6bd17a3c 100644
--- a/depends/pack200/src/coding.cpp
+++ b/depends/pack200/src/coding.cpp
@@ -44,6 +44,9 @@
extern coding basic_codings[];
+// CODING_PRIVATE causes a lot of them
+#pragma GCC diagnostic ignored "-Wunused-variable"
+
#define CODING_PRIVATE(spec) \
int spec_ = spec; \
int B = CODING_B(spec_); \