From 4998ec60e1f065a91fd45de2aea20c4d5a002a43 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 1 Mar 2017 19:33:58 +0300 Subject: Fix some warnings in tests due physfs headers issues in some versions. --- src/integrity_unittest.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/integrity_unittest.cc') diff --git a/src/integrity_unittest.cc b/src/integrity_unittest.cc index 73ee5cee3..0095f22ca 100644 --- a/src/integrity_unittest.cc +++ b/src/integrity_unittest.cc @@ -46,7 +46,10 @@ #include "utils/delete2.h" #ifdef USE_PHYSFS +PRAGMA45(GCC diagnostic push) +PRAGMA45(GCC diagnostic ignored "-Wlong-long") #include +PRAGMA45(GCC diagnostic pop) #endif // USE_PHYSFS #include -- cgit v1.2.3-60-g2f50