[Scummvm-git-logs] scummvm master -> e5cb85b7aaf3cd5d9137b7a6b4673ac7b5cf6358

bluegr noreply at scummvm.org
Fri Mar 20 02:12:24 UTC 2026


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
e5cb85b7aa BUILD: Drop clang -Wno-sign-compare


Commit: e5cb85b7aaf3cd5d9137b7a6b4673ac7b5cf6358
    https://github.com/scummvm/scummvm/commit/e5cb85b7aaf3cd5d9137b7a6b4673ac7b5cf6358
Author: tunnelsociety (tunnelsociety at mm.st)
Date: 2026-03-20T04:12:20+02:00

Commit Message:
BUILD: Drop clang -Wno-sign-compare

to match GCC and MSVC

Changed paths:
    Makefile


diff --git a/Makefile b/Makefile
index 3ade2be3467..9e09cab8db0 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ endif
 endif
 
 ifeq "$(HAVE_CLANG)" "1"
-	CXXFLAGS+= -Wno-conversion -Wno-shorten-64-to-32 -Wno-sign-compare -Wno-four-char-constants
+	CXXFLAGS+= -Wno-conversion -Wno-shorten-64-to-32 -Wno-four-char-constants
 	# We use a anonymous nested type declaration in an anonymous union in
 	# common/str.h. This is no standard construct and clang warns about it.
 	# It works for all our target systems though, thus we simply disable that




More information about the Scummvm-git-logs mailing list