Patch by Jonathon Wilson:
[reactos.git] / reactos / apps / tests / messagebox / makefile
index 6c9d251..248808d 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