try allowing implicit fallthrough in xcode

This commit is contained in:
2025-08-18 14:04:12 -05:00
parent 5132bee02b
commit 8d940ecca9

View File

@@ -2506,7 +2506,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;
@@ -2620,7 +2620,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;