try allowing implicit fallthrough in xcode
This commit is contained in:
@@ -2506,7 +2506,7 @@
|
||||
"-Wno-quoted-include-in-framework-header",
|
||||
"-Wno-shorten-64-to-32",
|
||||
"-Wno-comma",
|
||||
"-Werror=implicit-fallthrough",
|
||||
"-Wimplicit-fallthrough",
|
||||
);
|
||||
};
|
||||
name = Debug;
|
||||
@@ -2620,7 +2620,7 @@
|
||||
"-Wno-quoted-include-in-framework-header",
|
||||
"-Wno-shorten-64-to-32",
|
||||
"-Wno-comma",
|
||||
"-Werror=implicit-fallthrough",
|
||||
"-Wimplicit-fallthrough",
|
||||
);
|
||||
};
|
||||
name = Release;
|
||||
|
Reference in New Issue
Block a user