summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/build/speex/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/build/speex/config.h b/third_party/build/speex/config.h
index 96940938..6c6545f0 100644
--- a/third_party/build/speex/config.h
+++ b/third_party/build/speex/config.h
@@ -26,6 +26,7 @@
# pragma warning(disable: 4244) // conversion from 'double ' to 'float '
# pragma warning(disable: 4305) // truncation from 'const double ' to 'float '
# pragma warning(disable: 4018) // signed/unsigned mismatch
+# pragma warning(disable: 4456) // declaration of '[var]' hides previous local declaration
//# pragma warning(disable: 4701) // local variable used without initialized
#endif