Commit 4d291c06 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #16483 from saskatchewancatch:issue-16458

parents 8519db8e 579dcf12
...@@ -402,8 +402,8 @@ endmacro() ...@@ -402,8 +402,8 @@ endmacro()
set(OCV_COMPILER_FAIL_REGEX set(OCV_COMPILER_FAIL_REGEX
"argument .* is not valid" # GCC 9+ (including support of unicode quotes) "argument .* is not valid" # GCC 9+ (including support of unicode quotes)
"command line option .* is valid for .* but not for C\\+\\+" # GNU "command[- ]line option .* is valid for .* but not for C\\+\\+" # GNU
"command line option .* is valid for .* but not for C" # GNU "command[- ]line option .* is valid for .* but not for C" # GNU
"unrecognized .*option" # GNU "unrecognized .*option" # GNU
"unknown .*option" # Clang "unknown .*option" # Clang
"ignoring unknown option" # MSVC "ignoring unknown option" # MSVC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment