Skip to content
Snippets Groups Projects
Commit ae360ac3 authored by Julien Malik's avatar Julien Malik
Browse files

COMP: Darwin/gcc46 outputs 'unrecognized command line option' on unsupported warning flag

parent ef4e4d53
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@ MACRO(itkCHECK_CXX_ACCEPTS_FLAGS FLAGS VAR)
SET(_UNKNOWN_FLAG_MSGS
"ignoring unknown option"
"unrecognized option"
"unrecognized command line option"
"Incorrect command line option"
)
FOREACH(MSG ${_UNKNOWN_FLAG_MSGS})
......
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