try allowing implicit fallthrough in xcode

This commit is contained in:
2025-08-18 14:04:12 -05:00
committed by Celtic Minstrel
parent 204e00aa25
commit 8534d312b6

View File

@@ -2516,7 +2516,7 @@
"-Wno-quoted-include-in-framework-header", "-Wno-quoted-include-in-framework-header",
"-Wno-shorten-64-to-32", "-Wno-shorten-64-to-32",
"-Wno-comma", "-Wno-comma",
"-Werror=implicit-fallthrough", "-Wimplicit-fallthrough",
); );
}; };
name = Debug; name = Debug;
@@ -2631,7 +2631,7 @@
"-Wno-quoted-include-in-framework-header", "-Wno-quoted-include-in-framework-header",
"-Wno-shorten-64-to-32", "-Wno-shorten-64-to-32",
"-Wno-comma", "-Wno-comma",
"-Werror=implicit-fallthrough", "-Wimplicit-fallthrough",
); );
}; };
name = Release; name = Release;