aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/ext
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2017-02-13 23:00:54 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2017-02-13 23:37:17 +0100
commite00d63f3ea3a141227ac405be35ef6ef210f49c9 (patch)
treed46319e0a5a16ac9da983b6c87ae0baa2384e372 /src/ruby/ext
parentf43c2e533ec53f277b8047067a8d5c4265097328 (diff)
parentdfa88e95c5584ccce7c339e704ac5c1ad3bfb894 (diff)
Merge remote-tracking branch 'google/v1.1.x'
Diffstat (limited to 'src/ruby/ext')
-rw-r--r--src/ruby/ext/grpc/extconf.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ruby/ext/grpc/extconf.rb b/src/ruby/ext/grpc/extconf.rb
index 66c54aa3e0..b379664bab 100644
--- a/src/ruby/ext/grpc/extconf.rb
+++ b/src/ruby/ext/grpc/extconf.rb
@@ -102,7 +102,6 @@ $CFLAGS << ' -std=c99 '
$CFLAGS << ' -Wall '
$CFLAGS << ' -Wextra '
$CFLAGS << ' -pedantic '
-$CFLAGS << ' -Werror '
$CFLAGS << ' -Wno-format '
output = File.join('grpc', 'grpc_c')