summaryrefslogtreecommitdiff
path: root/win32/Makefile
diff options
context:
space:
mode:
authorhpa <hpa>2004-12-22 01:21:40 +0000
committerhpa <hpa>2004-12-22 01:21:40 +0000
commit631a8351b88ce61ea49fd67bd7a797be56b7364a (patch)
tree8dc28a644c151cb5f357e890ea2ca40ede58c96d /win32/Makefile
parentcb23ea204292a261a85bc1f9b15a9db46c3d690e (diff)
downloadsyslinux-631a8351b88ce61ea49fd67bd7a797be56b7364a.tar.gz
Update the Win32 installer.syslinux-2.20-pre13
Diffstat (limited to 'win32/Makefile')
-rw-r--r--win32/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 2c03125f..3c335b79 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -37,7 +37,7 @@ AR = mingw-ar
RANLIB = mingw-ranlib
endif
-CFLAGS = -W -Wall -Os -fomit-frame-pointer -D_FILE_OFFSET_BITS=64
+CFLAGS = -W -Wall -Wno-sign-compare -Os -fomit-frame-pointer -D_FILE_OFFSET_BITS=64
PIC =
LDFLAGS = -Os -s
endif