From 2531e6c85c77deae8e9810758081df1a4c390e4c Mon Sep 17 00:00:00 2001 From: Eliot Miranda Date: Sat, 14 Sep 2024 21:21:34 -0700 Subject: [PATCH] clang doesn't support a warning. avoid the complaint. --- building/win32x86/common/Makefile.tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/building/win32x86/common/Makefile.tools b/building/win32x86/common/Makefile.tools index f3b4bae07b..d73f8d9ae7 100644 --- a/building/win32x86/common/Makefile.tools +++ b/building/win32x86/common/Makefile.tools @@ -22,7 +22,7 @@ CC:= $(TOOLPREFIX)gcc CXX:= $(TOOLPREFIX)g++ endif -WARNINGS:= -Wall -Wno-unused-variable -Wno-unknown-pragmas -Wno-unused-value -Wno-unused-function -Wno-unused-but-set-variable +WARNINGS:= -Wall -Wno-unused-variable -Wno-unknown-pragmas -Wno-unused-value -Wno-unused-function # VM config flags. ifeq ($(CONFIGURATION),product)