From c38b90cc8532bb628abb6c28fab5f43000580c5a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 9 May 2016 21:35:15 +0300 Subject: Try disable warnings in testlauncher.cpp --- src/test/testlauncher.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src') 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() { -- cgit v1.2.3-60-g2f50