Skip to content
Snippets Groups Projects
Commit 62c856a7 authored by Julien Michel's avatar Julien Michel
Browse files

WRG: Filter out remaining warnings on unknown pragmas

parent 1278e40f
Branches
Tags
No related merge requests found
...@@ -118,6 +118,8 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION ...@@ -118,6 +118,8 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
".*LaTeX Warning:.*" ".*LaTeX Warning:.*"
".*Package tabulary Warning:.*" ".*Package tabulary Warning:.*"
".*Package rerunfilecheck Warning:.*" ".*Package rerunfilecheck Warning:.*"
# Silent warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas] from GCC 4.9 # Silent warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas] from GCC 5.2
".*warning: unknown option after \\‘\\#pragma GCC diagnostic\\’ kind \\[-Wpragmas\\]" ".*warning: unknown option after.*pragma GCC diagnostic.*kind.*-Wpragmas.*"
# Silent warning: unknown warning group '-Wexpansion-to-defined', ignored [-Wunknown-pragmas] on clang 3.8
"warning: unknown warning group.*-Wexpansion-to-defined.*ignored.*-Wunknown-pragmas.*"
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment