Commit 1d75cae
committed
BUG: fix C90 warning -> error in new tkagg code
Same code in Pillow generating a compile error on OpenSUSE:
python-pillow/Pillow#2017
Apply same fix, by defining variables before use:
python-pillow/Pillow#20331 parent e3fd1b1 commit 1d75cae
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
354 | | - | |
| 354 | + | |
| 355 | + | |
355 | 356 | | |
356 | 357 | | |
357 | 358 | | |
| |||
372 | 373 | | |
373 | 374 | | |
374 | 375 | | |
| 376 | + | |
375 | 377 | | |
376 | 378 | | |
377 | | - | |
| 379 | + | |
378 | 380 | | |
379 | 381 | | |
380 | 382 | | |
| |||
0 commit comments