Skip to content

Commit

Permalink
remove -Werror from CFLAGS
Browse files Browse the repository at this point in the history
SHA1 is deprecated on OS X and causes a build warning
  • Loading branch information
Charlie Somerville committed Sep 17, 2015
1 parent 5396514 commit bfccd1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/semian/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
have_func 'rb_thread_blocking_region'
have_func 'rb_thread_call_without_gvl'

$CFLAGS = "-D_GNU_SOURCE -Werror -Wall "
$CFLAGS = "-D_GNU_SOURCE -Wall "
if ENV.has_key?('DEBUG')
$CFLAGS << "-O0 -g"
else
Expand Down

0 comments on commit bfccd1e

Please sign in to comment.