diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-04-22 22:54:38 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-04-22 22:54:38 +0200 |
commit | cc550bfa9b14bb81590ded2c0912c0a91fc3be89 (patch) | |
tree | 9a2ec00c76acc9c95fbdc9365ae5d9107622dd23 | |
parent | 229971285247c9d65b3be919ff8972c179ff49f1 (diff) |
Build with -Wno-parentheses
-rw-r--r-- | make.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ #define LIBNAME "libmlib" #define WARNINGS \ "-Wall", "-Wextra", "-Wpedantic", "-Werror", "-Wno-attributes", "-Wvla", \ - "-Wno-pointer-sign" + "-Wno-pointer-sign", "-Wno-parentheses" #define CMDRC(c) \ do { \ |