summaryrefslogtreecommitdiff
path: root/src/test/testlauncher.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-05-09 21:35:15 +0300
committerAndrei Karas <akaras@inbox.ru>2016-05-09 21:35:15 +0300
commitc38b90cc8532bb628abb6c28fab5f43000580c5a (patch)
tree28c0f25fde51723309596e2e0062dffb800d73ff /src/test/testlauncher.cpp
parentdc780bb70f0f5b6a2747b8c9549768ea096cfbb0 (diff)
downloadplus-c38b90cc8532bb628abb6c28fab5f43000580c5a.tar.gz
plus-c38b90cc8532bb628abb6c28fab5f43000580c5a.tar.bz2
plus-c38b90cc8532bb628abb6c28fab5f43000580c5a.tar.xz
plus-c38b90cc8532bb628abb6c28fab5f43000580c5a.zip
Try disable warnings in testlauncher.cpp
Diffstat (limited to 'src/test/testlauncher.cpp')
-rw-r--r--src/test/testlauncher.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/test/testlauncher.cpp b/src/test/testlauncher.cpp
index 7c4e0c53a..cc3074965 100644
--- a/src/test/testlauncher.cpp
+++ b/src/test/testlauncher.cpp
@@ -152,8 +152,8 @@ int TestLauncher::testRescale() const
return 0;
}
-PRAGMACLANG(GCC diagnostic push)
-PRAGMACLANG(GCC diagnostic ignored "-Wunused-result")
+PRAGMA45(GCC diagnostic push)
+PRAGMA45(GCC diagnostic ignored "-Wunused-result")
int TestLauncher::testFps()
{
@@ -283,7 +283,7 @@ int TestLauncher::testFps3()
sleep(1);
return 0;
}
-PRAGMACLANG(GCC diagnostic pop)
+PRAGMA45(GCC diagnostic pop)
int TestLauncher::testBatches()
{
@@ -376,8 +376,8 @@ int TestLauncher::testTextures()
return 0;
}
-PRAGMACLANG(GCC diagnostic push)
-PRAGMACLANG(GCC diagnostic ignored "-Wunused-result")
+PRAGMA45(GCC diagnostic push)
+PRAGMA45(GCC diagnostic ignored "-Wunused-result")
int TestLauncher::testInternal()
{
@@ -429,7 +429,7 @@ int TestLauncher::testInternal()
return 0;
}
-PRAGMACLANG(GCC diagnostic pop)
+PRAGMA45(GCC diagnostic pop)
int TestLauncher::testDye()
{