aboutsummaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
authorGravatar Ken Payson <kpayson@google.com>2016-06-22 17:16:15 -0700
committerGravatar Ken Payson <kpayson@google.com>2016-06-22 17:16:15 -0700
commit17233ceaa9a0150eeb0959cd7953ac8be100b413 (patch)
tree78fde2e4ef10f3f021ac3465ad018a20e3e4be0e /Rakefile
parent00ab5304b784b230053e49fd864477a845e80d5b (diff)
Ignore unused variables in ruby compilation
Diffstat (limited to 'Rakefile')
-rwxr-xr-xRakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index f208a24fd3..f44946fe93 100755
--- a/Rakefile
+++ b/Rakefile
@@ -77,7 +77,7 @@ task 'dlls' do
grpc_config = ENV['GRPC_CONFIG'] || 'opt'
verbose = ENV['V'] || '0'
- env = 'CPPFLAGS="-D_WIN32_WINNT=0x600 -DUNICODE -D_UNICODE" '
+ env = 'CPPFLAGS="-D_WIN32_WINNT=0x600 -DUNICODE -D_UNICODE -Wno-unused-variable -Wno-unused-result" '
env += 'LDFLAGS=-static '
env += 'SYSTEM=MINGW32 '
env += 'EMBED_ZLIB=true '