summaryrefslogtreecommitdiffstats
path: root/tests/checkFrame.c
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2020-11-15 00:24:36 (GMT)
committerYann Collet <cyan@fb.com>2020-11-15 00:27:57 (GMT)
commite0f85f2fc8e8868b2623a5344781f269bda7d4ba (patch)
tree362c2dda28e611c7110c80a4c2ad3d67ae466407 /tests/checkFrame.c
parent468011c346a1e73eede3e70ee8009f812b02cc76 (diff)
downloadlz4-e0f85f2fc8e8868b2623a5344781f269bda7d4ba.zip
lz4-e0f85f2fc8e8868b2623a5344781f269bda7d4ba.tar.gz
lz4-e0f85f2fc8e8868b2623a5344781f269bda7d4ba.tar.bz2
better visual conformance
only include <intrin.h> on vs2005+ (#947) remove some useless #pragma fix a few minor Visual warnings
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 */