turn on all warnings, and fix remaining warnings
Modified: trunk/reactos/tools/unicode/Makefile
Modified: trunk/reactos/tools/unicode/string.c
_____
Modified: trunk/reactos/tools/unicode/Makefile
--- trunk/reactos/tools/unicode/Makefile 2005-03-11 02:37:30 UTC
(rev 13920)
+++ trunk/reactos/tools/unicode/Makefile 2005-03-11 02:38:55 UTC
(rev 13921)
@@ -8,7 +8,7 @@
TARGET_CFLAGS = -D__USE_W32API -DWINVER=0x501 -DWINE_UNICODE_API= \
-Dwchar_t="unsigned short" -D_WCHAR_T_DEFINED \
- -I$(PATH_TO_TOP)/include/wine
+ -I$(PATH_TO_TOP)/include/wine -Wall -Werror
CODEPAGES = \
037 \
_____
Modified: trunk/reactos/tools/unicode/string.c
--- trunk/reactos/tools/unicode/string.c 2005-03-11 02:37:30 UTC
(rev 13920)
+++ trunk/reactos/tools/unicode/string.c 2005-03-11 02:38:55 UTC
(rev 13921)
@@ -20,6 +20,7 @@
#include <limits.h>
#include <stdio.h>
+#include <ctype.h>
#include "wine/unicode.h"
Show replies by date