]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - Makefile.real
Compile with -Wsuggest-attribute=malloc.
[paraslash.git] / Makefile.real
index 21cef7c7518178589721c530d94e56908d25b7d2..d67c9bff98f15a57270d5f6c8ce101cf093b41c8 100644 (file)
@@ -157,6 +157,7 @@ cc-option = $(shell \
 
 STRICT_CFLAGS += $(call cc-option, -Wformat-signedness)
 STRICT_CFLAGS += $(call cc-option, -Wdiscarded-qualifiers)
+STRICT_CFLAGS += $(call cc-option, -Wsuggest-attribute=malloc)
 
 # To put more focus on warnings, be less verbose as default
 # Use 'make V=1' to see the full commands