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

Merge branch 'silent-remaining-warnings' into 'develop'

WRG: Filter out remaining warnings on unknown pragmas

See merge request !356
parents bcc16296 62c856a7
No related branches found
No related tags found
No related merge requests found
......@@ -118,6 +118,8 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
".*LaTeX Warning:.*"
".*Package tabulary Warning:.*"
".*Package rerunfilecheck Warning:.*"
# Silent warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas] from GCC 4.9
".*warning: unknown option after \\‘\\#pragma GCC diagnostic\\’ kind \\[-Wpragmas\\]"
# Silent warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas] from GCC 5.2
".*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.
Finish editing this message first!
Please register or to comment