try allowing implicit fallthrough in xcode

This commit is contained in:
2025-08-18 14:04:12 -05:00
parent 83e5661209
commit 92fe397348

View File

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