diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-01-23 15:37:53 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-01-23 15:37:53 +0100 |
commit | 1577a047ec6b337f554b427ce829a3e55b4904ff (patch) | |
tree | 53023ada7a67a504e16b5e830bbb7b5da7f21285 | |
parent | 2de67660190332b143c5ee97acb11fcd3eaa5655 (diff) |
Ignore -Wparentheses
-rw-r--r-- | cbs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |