Merge pull request #941 from apavlenko:signed_char

pull/947/merge
Roman Donchenko 12 years ago committed by OpenCV Buildbot
commit 99340b5613
  1. 3
      cmake/OpenCVCompilerOptions.cmake

@ -47,6 +47,9 @@ macro(add_extra_compiler_option option)
endif() endif()
endmacro() endmacro()
# OpenCV fails some tests when 'char' is 'unsigned' by default
add_extra_compiler_option(-fsigned-char)
if(MINGW) if(MINGW)
# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40838 # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40838
# here we are trying to workaround the problem # here we are trying to workaround the problem

Loading…
Cancel
Save