aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2021-03-07 14:56:32 +0100
committerTeddy Wing2021-03-07 14:56:32 +0100
commit5644398e848cb593de95095dbbafb80025fcaa6b (patch)
treed9aad3af89ac2374a52d1fa5c16a69b60b6dd84d
parenta2c088359af0aca0f8aff91108c7064979c7f63e (diff)
downloadRe-Good-Catalina-Invert-Colours-5644398e848cb593de95095dbbafb80025fcaa6b.tar.bz2
Makefile: Stop suppressing warnings when compiling `DDHotKey`
Fixed the warnings in a fork.
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8521325..74948a2 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,6 @@ build/include/*.h: lib/DDHotKey/*.h
lib/DDHotKey/%.o: lib/DDHotKey/%.m
clang -x objective-c \
- -w \
-fobjc-arc \
-c \
$<