diff options
author | Leah Neukirchen <leah@vuxu.org> | 2022-01-06 17:12:00 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2022-01-06 17:12:00 +0100 |
commit | 6106009cad530b62b6c526f4dcce5e9dc47a0853 (patch) | |
tree | c13cd89c1aafe391512cb35a52870258936d340c | |
parent | 82682bc36771d7be568e06bb194e4e9384c8922f (diff) | |
download | rvnit-6106009cad530b62b6c526f4dcce5e9dc47a0853.tar.gz rvnit-6106009cad530b62b6c526f4dcce5e9dc47a0853.tar.xz rvnit-6106009cad530b62b6c526f4dcce5e9dc47a0853.zip |
slience warning
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index ee55120..aeae237 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS=-g -O2 -Wall -Wno-switch -Wextra -Wwrite-strings -pthread +CFLAGS=-g -O2 -Wall -Wno-switch -Wextra -Wwrite-strings -Wno-format-truncation -pthread ALL=rvnit |