diff options
| author | Teddy Wing | 2021-03-07 14:56:32 +0100 |
|---|---|---|
| committer | Teddy Wing | 2021-03-07 14:56:32 +0100 |
| commit | 5644398e848cb593de95095dbbafb80025fcaa6b (patch) | |
| tree | d9aad3af89ac2374a52d1fa5c16a69b60b6dd84d | |
| parent | a2c088359af0aca0f8aff91108c7064979c7f63e (diff) | |
| download | Re-Good-Catalina-Invert-Colours-5644398e848cb593de95095dbbafb80025fcaa6b.tar.bz2 | |
Makefile: Stop suppressing warnings when compiling `DDHotKey`
Fixed the warnings in a fork.
| -rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -21,7 +21,6 @@ build/include/*.h: lib/DDHotKey/*.h lib/DDHotKey/%.o: lib/DDHotKey/%.m clang -x objective-c \ - -w \ -fobjc-arc \ -c \ $< |
