From ee38094805f778566cc752c6d854f058253234de Mon Sep 17 00:00:00 2001 From: Khralkatorrix Date: Sat, 27 Jan 2024 20:59:53 +0700 Subject: [PATCH] glide2x, glide3x: On MSVC, don't treat warning as error for glide tests. Signed-off-by: Khralkatorrix --- glide2x/cvg/glide/tests/Makefile.win32 | 2 +- glide2x/h3/glide/tests/Makefile.win32 | 2 +- glide2x/sst1/glide/tests/Makefile.win32 | 2 +- glide3x/cvg/glide3/tests/Makefile.win32 | 2 +- glide3x/h3/glide3/tests/Makefile.win32 | 2 +- glide3x/h5/glide3/tests/Makefile.win32 | 2 +- glide3x/sst1/glide3/tests/Makefile.win32 | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/glide2x/cvg/glide/tests/Makefile.win32 b/glide2x/cvg/glide/tests/Makefile.win32 index 19898d7..8c5622b 100644 --- a/glide2x/cvg/glide/tests/Makefile.win32 +++ b/glide2x/cvg/glide/tests/Makefile.win32 @@ -28,7 +28,7 @@ TOP = ../../.. CPU ?= 6 CC = cl -CFLAGS = -nologo -W3 -WX -D__MSC__=1 -DNDEBUG -G$(CPU) -O2 -MT +CFLAGS = -nologo -W3 -D__MSC__=1 -DNDEBUG -G$(CPU) -O2 -MT CFLAGS += -I$(TOP)/$(FX_GLIDE_HW)/glide/src -I$(TOP)/$(FX_GLIDE_HW)/incsrc CFLAGS += -I$(TOP)/swlibs/fxmisc CFLAGS += -D__WIN32__ -DCVG diff --git a/glide2x/h3/glide/tests/Makefile.win32 b/glide2x/h3/glide/tests/Makefile.win32 index f8ccd49..07e4e4e 100644 --- a/glide2x/h3/glide/tests/Makefile.win32 +++ b/glide2x/h3/glide/tests/Makefile.win32 @@ -28,7 +28,7 @@ TOP = ../../.. CPU ?= 6 CC = cl -CFLAGS = -nologo -W3 -WX -D__MSC__=1 -DNDEBUG -G$(CPU) -O2 -MT +CFLAGS = -nologo -W3 -D__MSC__=1 -DNDEBUG -G$(CPU) -O2 -MT CFLAGS += -I$(TOP)/$(FX_GLIDE_HW)/glide/src -I$(TOP)/$(FX_GLIDE_HW)/incsrc CFLAGS += -I$(TOP)/swlibs/fxmisc CFLAGS += -D__WIN32__ -DH3 diff --git a/glide2x/sst1/glide/tests/Makefile.win32 b/glide2x/sst1/glide/tests/Makefile.win32 index 37998ff..b3d7ff5 100644 --- a/glide2x/sst1/glide/tests/Makefile.win32 +++ b/glide2x/sst1/glide/tests/Makefile.win32 @@ -37,7 +37,7 @@ TOP = ../../.. CPU ?= 6 CC = cl -CFLAGS = -nologo -W3 -WX -D__MSC__=1 -DNDEBUG -G$(CPU) -O2 -MT +CFLAGS = -nologo -W3 -D__MSC__=1 -DNDEBUG -G$(CPU) -O2 -MT CFLAGS += -I$(TOP)/$(FX_HW_BASE)/glide/src -I$(TOP)/$(FX_HW_BASE)/incsrc -I$(TOP)/$(FX_HW_BASE)/init CFLAGS += -I$(TOP)/swlibs/fxmisc CFLAGS += -D__WIN32__ $(HWDEF) diff --git a/glide3x/cvg/glide3/tests/Makefile.win32 b/glide3x/cvg/glide3/tests/Makefile.win32 index 930ece1..f574548 100644 --- a/glide3x/cvg/glide3/tests/Makefile.win32 +++ b/glide3x/cvg/glide3/tests/Makefile.win32 @@ -28,7 +28,7 @@ TOP = ../../.. CPU ?= 6 CC = cl -CFLAGS = -nologo -W3 -WX -D__MSC__=1 -DNDEBUG -G$(CPU) -O2 -MT +CFLAGS = -nologo -W3 -D__MSC__=1 -DNDEBUG -G$(CPU) -O2 -MT CFLAGS += -I$(TOP)/$(FX_GLIDE_HW)/glide3/src -I$(TOP)/$(FX_GLIDE_HW)/incsrc CFLAGS += -I$(TOP)/swlibs/fxmisc CFLAGS += -D__WIN32__ -DCVG diff --git a/glide3x/h3/glide3/tests/Makefile.win32 b/glide3x/h3/glide3/tests/Makefile.win32 index 6b92bb0..1410abb 100644 --- a/glide3x/h3/glide3/tests/Makefile.win32 +++ b/glide3x/h3/glide3/tests/Makefile.win32 @@ -28,7 +28,7 @@ TOP = ../../.. CPU ?= 6 CC = cl -CFLAGS = -nologo -W3 -WX -D__MSC__=1 -DNDEBUG -G$(CPU) -O2 -MT +CFLAGS = -nologo -W3 -D__MSC__=1 -DNDEBUG -G$(CPU) -O2 -MT CFLAGS += -I$(TOP)/$(FX_GLIDE_HW)/glide3/src -I$(TOP)/$(FX_GLIDE_HW)/incsrc CFLAGS += -I$(TOP)/swlibs/fxmisc CFLAGS += -D__WIN32__ -DH3 diff --git a/glide3x/h5/glide3/tests/Makefile.win32 b/glide3x/h5/glide3/tests/Makefile.win32 index aa3b652..c7196c4 100644 --- a/glide3x/h5/glide3/tests/Makefile.win32 +++ b/glide3x/h5/glide3/tests/Makefile.win32 @@ -37,7 +37,7 @@ FLAGS = $(FLAGS) -DGLIDE3=1 -DGLIDE3_ALPHA=1 CC = cl LINK = link -CFLAGS = -Ox -G6 -W3 -WX -c -D__MSC__=1 -D_X86_=1 -DNULL=0 -D_WIN32=1 -DWIN32=1 -D__WIN32__=1 -DSTRICT +CFLAGS = -Ox -G6 -W3 -c -D__MSC__=1 -D_X86_=1 -DNULL=0 -D_WIN32=1 -DWIN32=1 -D__WIN32__=1 -DSTRICT LFLAGS = -nologo /SUBSYSTEM:CONSOLE /OPT:WIN98 /MACHINE:IX86 ################################# diff --git a/glide3x/sst1/glide3/tests/Makefile.win32 b/glide3x/sst1/glide3/tests/Makefile.win32 index 5cb019f..5a3a55c 100644 --- a/glide3x/sst1/glide3/tests/Makefile.win32 +++ b/glide3x/sst1/glide3/tests/Makefile.win32 @@ -37,7 +37,7 @@ TOP = ../../.. CPU ?= 6 CC = cl -CFLAGS = -nologo -W3 -WX -D__MSC__=1 -DNDEBUG -G$(CPU) -O2 -MT +CFLAGS = -nologo -W3 -D__MSC__=1 -DNDEBUG -G$(CPU) -O2 -MT CFLAGS += -I$(TOP)/$(FX_HW_BASE)/glide3/src -I$(TOP)/$(FX_HW_BASE)/incsrc -I$(TOP)/$(FX_HW_BASE)/init CFLAGS += -I$(TOP)/swlibs/fxmisc CFLAGS += -D__WIN32__ $(HWDEF)