try allowing implicit fallthrough in xcode
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user