]> granicus.if.org Git - python/commit
Fix icc warnings. This couldn't have been correct since i is checked
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 8 Jan 2006 01:10:34 +0000 (01:10 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 8 Jan 2006 01:10:34 +0000 (01:10 +0000)
commit056a2d6582acf2c7f661279ab7df2003cbad1315
tree2f71e18d842ef5d635991e32171e10c5fdf7e5a7
parentd948a43df88ffd2a6228286b9fe2586a609aee7a
Fix icc warnings.  This couldn't have been correct since i is checked
for 2 different values without changing.  I think this was the intent.
The unused warning only occurs when not building in debug mode.
Parser/pgen.c