From 715a74de6d4edd036bf84663c526e97ed1d0ae49 Mon Sep 17 00:00:00 2001 From: Casper Hornstrup Date: Wed, 13 Aug 2003 20:25:41 +0000 Subject: [PATCH] Revert last change. svn path=/trunk/; revision=5563 --- reactos/subsys/win32k/makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reactos/subsys/win32k/makefile b/reactos/subsys/win32k/makefile index 02749f095a9..ec5d220197b 100644 --- a/reactos/subsys/win32k/makefile +++ b/reactos/subsys/win32k/makefile @@ -1,4 +1,4 @@ -# $Id: makefile,v 1.76 2003/08/13 20:24:04 chorns Exp $ +# $Id: makefile,v 1.77 2003/08/13 20:25:41 chorns Exp $ PATH_TO_TOP = ../.. @@ -26,7 +26,8 @@ TARGET_CFLAGS =\ $(CFLAGS_DBG) \ -I$(PATH_TO_TOP)/ntoskrnl/include \ -I$(FREETYPE_DIR)/include \ - -DUNICODE + -DUNICODE \ + -Wall -Werror # require os code to explicitly request A/W version of structs/functions TARGET_CFLAGS += -D_DISABLE_TIDENTS