From 35175f2c0e7c27ec6af6c1dc2c4d7ed83942467d Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Mon, 12 Feb 2024 00:33:15 -0800 Subject: [PATCH] Remove conversion warning from msdos/Makefile.dj2. --- msdos/Makefile.dj2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msdos/Makefile.dj2 b/msdos/Makefile.dj2 index 59d2037..c8dc3ce 100644 --- a/msdos/Makefile.dj2 +++ b/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" .