Commit 081c47e3 authored by Andrey Pavlenko's avatar Andrey Pavlenko

making the comment less ambigous

parent 6f006e50
...@@ -47,7 +47,7 @@ macro(add_extra_compiler_option option) ...@@ -47,7 +47,7 @@ macro(add_extra_compiler_option option)
endif() endif()
endmacro() endmacro()
# some OpenCV tests fail when 'char' is 'unsigned' by default # OpenCV fails some tests when 'char' is 'unsigned' by default
add_extra_compiler_option(-fsigned-char) add_extra_compiler_option(-fsigned-char)
if(MINGW) if(MINGW)
......
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