Don't compile with -Wconversion since we have function callbacks that have parameters...
authorThomas Bluemel <thomas@reactsoft.com>
Wed, 4 Oct 2006 15:19:23 +0000 (15:19 +0000)
committerThomas Bluemel <thomas@reactsoft.com>
Wed, 4 Oct 2006 15:19:23 +0000 (15:19 +0000)
svn path=/trunk/; revision=24394

reactos/lib/cmlib/cmlib.mak

index f411494..467cf66 100644 (file)
@@ -30,7 +30,7 @@ CMLIB_HOST_SOURCES = $(addprefix $(CMLIB_BASE_), \
 CMLIB_HOST_OBJECTS = \\r
        $(subst $(CMLIB_BASE), $(CMLIB_INT), $(CMLIB_HOST_SOURCES:.c=.o))\r
 \r
-CMLIB_HOST_CFLAGS = -O3 -Wall -Wwrite-strings -Wpointer-arith -Wconversion \\r
+CMLIB_HOST_CFLAGS = -O3 -Wall -Wwrite-strings -Wpointer-arith \\r
   -D_X86_ -D__i386__ -D_REACTOS_ -D_NTOSKRNL_\\r
   -DCMLIB_HOST -D_M_IX86 -I$(CMLIB_BASE) -Iinclude/reactos -Iinclude/psdk -Iinclude/ddk -Iinclude/crt \\r
   -D__NO_CTYPE_INLINES\r