From 1577a047ec6b337f554b427ce829a3e55b4904ff Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 23 Jan 2024 15:37:53 +0100 Subject: Ignore -Wparentheses --- cbs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cbs.h b/cbs.h index c5bda54..8163e87 100644 --- a/cbs.h +++ b/cbs.h @@ -40,6 +40,7 @@ #ifdef __GNUC__ # pragma GCC diagnostic push # pragma GCC diagnostic ignored "-Wunused-function" +# pragma GCC diagnostic ignored "-Wparentheses" #endif /* Assert that the user is building for a supported platform. The only portable -- cgit v1.2.3