summaryrefslogtreecommitdiff
path: root/tests/cgptlib_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cgptlib_test.h')
-rw-r--r--tests/cgptlib_test.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/cgptlib_test.h b/tests/cgptlib_test.h
index 5f8b0429..8668c9c5 100644
--- a/tests/cgptlib_test.h
+++ b/tests/cgptlib_test.h
@@ -18,9 +18,6 @@ typedef int (*test_func)();
#define ARRAY_SIZE(array) (sizeof(array) / sizeof(array[0]))
-/* disable MSVC warning on const logical expression (as in } while(0);) */
-__pragma(warning (disable: 4127))
-
#define EXPECT(expr) \
do { \
if (!(expr)) { \