making the comment less ambigous

This commit is contained in:
Andrey Pavlenko 2013-05-31 19:55:51 +04:00
parent 6f006e50dc
commit 081c47e3df

View File

@ -47,7 +47,7 @@ macro(add_extra_compiler_option option)
endif()
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)
if(MINGW)