Commit 68ecdf3
committed
Fix C23 warning
Fix the compiler warning:
{'file': 'Objects/floatobject.c', 'line': '174', 'column': '5',
'message': 'label followed by a declaration is a C23 extension',
'option': '-Wc23-extensions'}1 parent 32674ae commit 68ecdf3
1 file changed
Lines changed: 14 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
175 | | - | |
176 | | - | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
179 | 182 | | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
180 | 190 | | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | 191 | | |
189 | 192 | | |
190 | 193 | | |
| |||
0 commit comments