1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00

remove unnecessary warning options

This commit is contained in:
ser1zw 2013-03-03 05:40:33 +09:00
parent 00e8ddfaf5
commit 4ccba904cc

View file

@ -70,6 +70,9 @@ opencv_headers.each {|header|
}
have_header("stdarg.h")
$warnflags.slice!('-Wdeclaration-after-statement')
$warnflags.slice!('-Wimplicit-function-declaration')
# Quick fix for 1.8.7
$CFLAGS << " -I#{File.dirname(__FILE__)}/ext/opencv"