From f89e137c57d0dd38d48fdae5ff7ee83fe56c9a2e Mon Sep 17 00:00:00 2001 From: arbee Date: Sat, 26 Oct 2024 15:17:31 -0400 Subject: scripts/3rdparty.lua: Enabled -Wno-tautological-compare for BGFX in order to evaluate turning it off for MAME. [R. Belmont] cpu/es5510: Removed hack that never could possibly have worked, comparing a uint8_t to a 24-bit constant. [R. Belmont] --- scripts/src/3rdparty.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/src/3rdparty.lua') diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua index 9a86eed9fc8..6851cc085c5 100755 --- a/scripts/src/3rdparty.lua +++ b/scripts/src/3rdparty.lua @@ -1511,6 +1511,7 @@ end "-Wno-unused-but-set-variable", "-Wno-unused-function", "-Wno-unused-variable", + "-Wno-tautological-compare", } configuration { } -- cgit v1.2.3-70-g09d2