mirror of
https://github.com/python/cpython.git
synced 2025-07-08 03:45:36 +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
|
@ -312,6 +312,7 @@ parse_internal_render_format_spec(PyObject *format_spec,
|
|||
format->thousands_separators = LT_UNDER_FOUR_LOCALE;
|
||||
break;
|
||||
}
|
||||
/* fall through */
|
||||
default:
|
||||
invalid_comma_type(format->type);
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue