Patch by Jonathon Wilson:
[reactos.git] / reactos / apps / tests / regdump / makefile
index e521248..3acd56b 100644 (file)
@@ -18,6 +18,8 @@ TARGET_SDKLIBS = ntdll.a kernel32.a advapi32.a
 
 TARGET_OBJECTS = $(TARGET_NAME).o regcmds.o regproc.o main.o
 
+TARGET_CFLAGS = -Wall -Werror
+
 include $(PATH_TO_TOP)/rules.mak
 
 include $(TOOLS_PATH)/helper.mk