Remove conversion warning from msdos/Makefile.dj2.

This commit is contained in:
Mark Adler 2024-02-12 00:33:15 -08:00
parent 5c42a230b7
commit 35175f2c0e
1 changed files with 1 additions and 1 deletions

View File

@ -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" .