Remove conversion warning from msdos/Makefile.dj2.

pull/949/head
Mark Adler 9 months ago
parent 5c42a230b7
commit 35175f2c0e
  1. 2
      msdos/Makefile.dj2

@ -30,7 +30,7 @@ CC=gcc
#CFLAGS=-MMD -O
#CFLAGS=-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7
#CFLAGS=-MMD -g -DZLIB_DEBUG
CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith \
-Wstrict-prototypes -Wmissing-prototypes
# If cp.exe is available, replace "copy /Y" with "cp -fp" .

Loading…
Cancel
Save