We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00e8ddf commit 4ccba90Copy full SHA for 4ccba90
ext/opencv/extconf.rb
@@ -70,6 +70,9 @@ def cv_version_suffix(incdir)
70
}
71
have_header("stdarg.h")
72
73
+$warnflags.slice!('-Wdeclaration-after-statement')
74
+$warnflags.slice!('-Wimplicit-function-declaration')
75
+
76
# Quick fix for 1.8.7
77
$CFLAGS << " -I#{File.dirname(__FILE__)}/ext/opencv"
78
0 commit comments