turn on all warnings, and fix remaining warnings

svn path=/trunk/; revision=13921
This commit is contained in:
Royce Mitchell III 2005-03-11 02:38:55 +00:00
parent 7b9b41e304
commit 34bc0ec777
2 changed files with 2 additions and 1 deletions

View file

@ -8,7 +8,7 @@ TARGET_NAME = unicode
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 \

View file

@ -20,6 +20,7 @@
#include <limits.h>
#include <stdio.h>
#include <ctype.h>
#include "wine/unicode.h"