diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2016-07-14 18:20:12 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2016-07-14 18:20:12 +0200 |
commit | 8c7c614bb36480ca7d55464d25f90904e4ccfbbf (patch) | |
tree | bf293b50fb9e9bb4a880b49c8d5ec26cdaeeb745 | |
parent | 1a1f01ecf9bf4521386905df87f2253a78e4ddc9 (diff) | |
download | mblaze-8c7c614bb36480ca7d55464d25f90904e4ccfbbf.tar.gz mblaze-8c7c614bb36480ca7d55464d25f90904e4ccfbbf.tar.xz mblaze-8c7c614bb36480ca7d55464d25f90904e4ccfbbf.zip |
Makefile: drop -Wwrite-strings
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 2d2e89b..0768d70 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS=-g -O1 -Wall -Wno-switch -Wextra -Wwrite-strings -fstack-protector-strong -D_FORTIFY_SOURCE=2 +CFLAGS=-g -O1 -Wall -Wno-switch -Wextra -fstack-protector-strong -D_FORTIFY_SOURCE=2 ALL = scan thread hdr show list next unmime |