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/PythonUtil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/Slice/PythonUtil.h') diff --git a/cpp/src/Slice/PythonUtil.h b/cpp/src/Slice/PythonUtil.h index 9d48b3d3871..161d3bdb148 100644 --- a/cpp/src/Slice/PythonUtil.h +++ b/cpp/src/Slice/PythonUtil.h @@ -21,7 +21,7 @@ namespace Python // // Generate Python 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); // // Convert a scoped name into a Python name. -- cgit v1.2.3