diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-05-09 21:35:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-05-09 21:35:15 +0300 |
commit | c38b90cc8532bb628abb6c28fab5f43000580c5a (patch) | |
tree | 28c0f25fde51723309596e2e0062dffb800d73ff /src/test/testlauncher.cpp | |
parent | dc780bb70f0f5b6a2747b8c9549768ea096cfbb0 (diff) | |
download | plus-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.cpp | 12 |
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() { |