aboutsummaryrefslogtreecommitdiff
path: root/pffft.c
diff options
context:
space:
mode:
authormeng ke <m1engk1e@gmail.com>2018-11-23 04:03:17 +0800
committerGitHub <noreply@github.com>2018-11-23 04:03:17 +0800
commit2f55d8152046ee379e4418560ac2d13b8811f5ba (patch)
treedbfb3fd559acf57315102b9e1463e9db5800a47e /pffft.c
parent57bd4681a8d7a4e4e4f661cb23e7f21100efc0c9 (diff)
downloadpffft-2f55d8152046ee379e4418560ac2d13b8811f5ba.tar.gz
disable MSVC "4456" warning.
MSVC warning level 4, there are so many "declaration of 'identifier' hides previous local declaration" warning. so we disable it.
Diffstat (limited to 'pffft.c')
-rw-r--r--pffft.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pffft.c b/pffft.c
index ef7e8be..351d775 100644
--- a/pffft.c
+++ b/pffft.c
@@ -88,7 +88,7 @@
#ifdef COMPILER_MSVC
-#pragma warning( disable : 4244 4305 4204 )
+#pragma warning( disable : 4244 4305 4204 4456 )
#endif
/*