Skip to content

Commit

Permalink
remove -Wextra CFLAG
Browse files Browse the repository at this point in the history
fixes #1772 which was a regression from 77be60c
  • Loading branch information
flavorjones committed Aug 15, 2018
1 parent 91a63d5 commit b3750eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/nokogiri/extconf.rb
Expand Up @@ -434,7 +434,7 @@ def using_system_libraries?

if RbConfig::MAKEFILE_CONFIG['CC'] =~ /gcc/
$CFLAGS << " -O3" unless $CFLAGS[/-O\d/]
$CFLAGS << " -Wall -Wcast-qual -Wwrite-strings -Wextra -Wmissing-noreturn -Winline"
$CFLAGS << " -Wall -Wcast-qual -Wwrite-strings -Wmissing-noreturn -Winline"
end

case
Expand Down

0 comments on commit b3750eb

Please sign in to comment.