diff options
Diffstat (limited to 'src')
-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() { |