From 7274ebf13c7a1ff3b587598335201c3a4e848c90 Mon Sep 17 00:00:00 2001 From: Jose Date: Fri, 3 Feb 2017 18:10:20 +0100 Subject: Rework warning suppression to use global meta data --- 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 161d3bdb148..9d48b3d3871 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&, int); +void generate(const Slice::UnitPtr&, bool, bool, const std::vector&, IceUtilInternal::Output&); // // Convert a scoped name into a Python name. -- cgit v1.2.3