From 8f2b979f3240c1df308f8c9f73f488ad867079d2 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 30 Nov 2024 17:05:23 -0500 Subject: [PATCH] Windows: nmake lualib build bit --- sys/windows/Makefile.nmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/windows/Makefile.nmake b/sys/windows/Makefile.nmake index 07646b7f0..6ecb58bec 100644 --- a/sys/windows/Makefile.nmake +++ b/sys/windows/Makefile.nmake @@ -1357,7 +1357,7 @@ DLB = #========================================== {$(LUASRC)}.c{$(OBJLUA)}.o: - $(Q)$(CC) $(CFLAGS) -wd4701 -wd4702 -wd4774 -wd4324 $(CROSSCOMPILE) $(CROSSCOMPILE_TARGET) -Fo$@ $< + $(Q)$(CC) $(CFLAGS) -wd4701 -wd4702 -wd4774 -wd4324 -wd5262 $(CROSSCOMPILE) $(CROSSCOMPILE_TARGET) -Fo$@ $< #=============================================================================== # Rules for integrated sound files in sound/wav