mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
turn on all warnings, and fix remaining warnings
svn path=/trunk/; revision=13921
This commit is contained in:
parent
7b9b41e304
commit
34bc0ec777
2 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include "wine/unicode.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue