aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-01-23 15:37:53 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-01-23 15:37:53 +0100
commit1577a047ec6b337f554b427ce829a3e55b4904ff (patch)
tree53023ada7a67a504e16b5e830bbb7b5da7f21285
parent2de67660190332b143c5ee97acb11fcd3eaa5655 (diff)
Ignore -Wparentheses
-rw-r--r--cbs.h1
1 files changed, 1 insertions, 0 deletions
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