Skip to content

Commit

Permalink
COMP: Broaden the KWStyle warning exception.
Browse files Browse the repository at this point in the history
To cover KWSys, etc.

Change-Id: Ie4b299033306377ccefabb281f43a3527707fbda
  • Loading branch information
thewtex committed Apr 28, 2016
1 parent 5b5a8b0 commit fedad59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMake/CTestCustom.cmake.in
Expand Up @@ -117,8 +117,8 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
# Doxygen warnings
"include/itkIsConvertible.h:[0-9]+: warning: Conditional section with label HIDE_META_PROGRAMMING"

# KWstyle's internal boost
"KWStyle/Utilities/boost"
# KWStyle's internal utilities
".*KWStyle/Utilities.*"
)

if(APPLE)
Expand Down

0 comments on commit fedad59

Please sign in to comment.