owcc -Wall and -Wextra are mutually exclusive

This commit is contained in:
Maurizio Porrato 2023-10-17 09:13:54 +01:00
parent bb429e9941
commit e272387f8d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
export WATCOM=/opt/ow
PATH="$WATCOM/binl:$PATH"
CFLAGS=(-Wall -Wextra -std=c89 -O3 -g0 -s)
CFLAGS=(-Wextra -std=c89 -O3 -g0 -s)
CFILES=(dsk2img.c lzw.c)
set -x