shithub: cstory

Download patch

ref: a0d11aee3c0a6d3df7cc379cc6fb283d2b828a96
parent: cb494f8f355778ada5c16dfb6d712cd4117ff563
author: Clownacy <Clownacy@users.noreply.github.com>
date: Thu Dec 5 11:05:56 EST 2019

Makefile warning cleanup

The escape character seems to be unneeded.

--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,7 @@
     # Use clang-specific flag -Weverything
     ALL_CXXFLAGS += -Weverything
   else
-    $(warning Couldn\'t activate all warnings (Unsupported compiler))
+    $(warning Couldn't activate all warnings (unsupported compiler))
   endif
 endif
 
--