X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.real;h=d67c9bff98f15a57270d5f6c8ce101cf093b41c8;hb=914ee19c1fd21834fe5f81260daafe76a4475290;hp=21cef7c7518178589721c530d94e56908d25b7d2;hpb=b67136cea57eda7551f2eeaf388e3de02a1b38b5;p=paraslash.git diff --git a/Makefile.real b/Makefile.real index 21cef7c7..d67c9bff 100644 --- a/Makefile.real +++ b/Makefile.real @@ -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