summaryrefslogtreecommitdiff
path: root/tests/checkFrame.c
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2020-11-15 01:23:40 -0800
committerGitHub <noreply@github.com>2020-11-15 01:23:40 -0800
commit0bd7dafc93bae758e86260a63a3f1efb4eac1d82 (patch)
tree5558e50e59d0c201de6e12bc96ad51aa87c05aa3 /tests/checkFrame.c
parentc1c3d04f1c44ed3d3a37bf7e643e6d542f5311c3 (diff)
parentf61b034cd7cd16c288db999263a77ab8a0e05610 (diff)
Merge pull request #953 from lz4/vs2005
better MSVC conformance
Diffstat (limited to 'tests/checkFrame.c')
-rw-r--r--tests/checkFrame.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/checkFrame.c b/tests/checkFrame.c
index f39d2ac..f9a1c14 100644
--- a/tests/checkFrame.c
+++ b/tests/checkFrame.c
@@ -24,15 +24,6 @@
*/
/*-************************************
- * Compiler specific
- **************************************/
- #ifdef _MSC_VER /* Visual Studio */
- # pragma warning(disable : 4127) /* disable: C4127: conditional expression is constant */
- # pragma warning(disable : 4146) /* disable: C4146: minus unsigned expression */
- #endif
-
-
- /*-************************************
* Includes
**************************************/
#include "util.h" /* U32 */