From 5644398e848cb593de95095dbbafb80025fcaa6b Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 7 Mar 2021 14:56:32 +0100 Subject: Makefile: Stop suppressing warnings when compiling `DDHotKey` Fixed the warnings in a fork. --- Makefile | 1 - 1 file changed, 1 deletion(-) 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 \ $< -- cgit v1.2.3