From 89c93f43506d9752edebaa7aa5017e7fee51b153 Mon Sep 17 00:00:00 2001 From: Armin Rigo Date: Fri, 7 Feb 2020 09:54:10 +0100 Subject: May fix test on OS/X --- testing/support.py | 1 + 1 file changed, 1 insertion(+) (limited to 'testing') diff --git a/testing/support.py b/testing/support.py index 1c3585b..de8131c 100644 --- a/testing/support.py +++ b/testing/support.py @@ -103,6 +103,7 @@ else: [int(x) for x in os.uname()[2].split('.')] >= [11, 0, 0]): # assume a standard clang or gcc extra_compile_args = ['-Werror', '-Wall', '-Wextra', '-Wconversion', + '-Wno-unused-parameter', '-Wno-unreachable-code'] # special things for clang extra_compile_args.append('-Qunused-arguments') -- cgit v1.2.1