Check*CompilerFlag: Add another pattern for Intel (#15096)

Match "argument is of wrong type" warnings.
This commit is contained in:
Roland Schulz 2014-08-18 17:14:00 -04:00 committed by Brad King
parent f7ab238379
commit 914db028da
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ macro (CHECK_COMPILER_FLAG_COMMON_PATTERNS _VAR)
FAIL_REGEX "option.*not supported" # Intel
FAIL_REGEX "invalid argument .*option" # Intel
FAIL_REGEX "ignoring option .*argument required" # Intel
FAIL_REGEX "ignoring option .*argument is of wrong type" # Intel
FAIL_REGEX "[Uu]nknown option" # HP
FAIL_REGEX "[Ww]arning: [Oo]ption" # SunPro
FAIL_REGEX "command option .* is not recognized" # XL