Patch by Jonathon Wilson:
[reactos.git] / reactos / apps / tests / wm_paint / makefile
index 9fccf77..371c23e 100644 (file)
@@ -13,6 +13,8 @@ TARGET_SDKLIBS = kernel32.a gdi32.a
 
 TARGET_OBJECTS = $(TARGET_NAME).o
 
+TARGET_CFLAGS = -Wall -Werror
+
 include $(PATH_TO_TOP)/rules.mak
 
 include $(TOOLS_PATH)/helper.mk