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.
-Wextra
1 parent 91a63d5 commit b3750ebCopy full SHA for b3750eb
1 file changed
ext/nokogiri/extconf.rb
@@ -434,7 +434,7 @@ def using_system_libraries?
434
435
if RbConfig::MAKEFILE_CONFIG['CC'] =~ /gcc/
436
$CFLAGS << " -O3" unless $CFLAGS[/-O\d/]
437
- $CFLAGS << " -Wall -Wcast-qual -Wwrite-strings -Wextra -Wmissing-noreturn -Winline"
+ $CFLAGS << " -Wall -Wcast-qual -Wwrite-strings -Wmissing-noreturn -Winline"
438
end
439
440
case
0 commit comments