try allowing implicit fallthrough in xcode

This commit is contained in:
2025-08-18 14:04:12 -05:00
parent c6a1fb7ba1
commit 71a072776a

View File

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