From ca131951f8d81ea3da13277172a24234b5c848ea Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 1 Feb 2017 23:16:30 +0100 Subject: Add --no-warn option to Slice compilers --- cpp/src/Slice/RubyUtil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/Slice/RubyUtil.h') diff --git a/cpp/src/Slice/RubyUtil.h b/cpp/src/Slice/RubyUtil.h index e67ecd1b623..387cbc67073 100644 --- a/cpp/src/Slice/RubyUtil.h +++ b/cpp/src/Slice/RubyUtil.h @@ -21,7 +21,7 @@ namespace Ruby // // Generate Ruby code for a translation unit. // -void generate(const Slice::UnitPtr&, bool, bool, const std::vector&, IceUtilInternal::Output&); +void generate(const Slice::UnitPtr&, bool, bool, const std::vector&, IceUtilInternal::Output&, int); // // Check the given identifier against Ruby's list of reserved words. If it matches -- cgit v1.2.3