mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (#3157)
This commit is contained in:
parent
0267128aa4
commit
f432a3234f
13 changed files with 35 additions and 21 deletions
|
@ -2304,8 +2304,8 @@ skipitem(const char **p_format, va_list *p_va, int flags)
|
|||
/* after 'e', only 's' and 't' is allowed */
|
||||
goto err;
|
||||
format++;
|
||||
/* explicit fallthrough to string cases */
|
||||
}
|
||||
/* fall through */
|
||||
|
||||
case 's': /* string */
|
||||
case 'z': /* string or None */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue