Skip to content
Snippets Groups Projects
Commit bbf962bf authored by Brad King's avatar Brad King Committed by Kitware Robot
Browse files

Merge topic 'suppress-Wshadow-single'

b947fc27 CTestCustom: Suppress -Wshadow warning about Solaris 'single' typedef
parents 4226c83f b947fc27
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,8 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION
"Utilities.cmcurl"
"Utilities.cmexpat."
"Utilities.cmlibarchive"
"/usr/include.*warning.*shadowed declaration is here"
"warning: declaration of .single. shadows a global declaration"
"/usr/include.*(warning|note).*shadowed declaration is here"
"/usr/bin/ld.*warning.*-..*directory.name.*bin.*does not exist"
"Redeclaration of .send..... with a different storage class specifier"
"is not used for resolving any symbol"
......
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