]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix new compiler warnings. Unused var in compile.c. Argsize mismatches
authorTim Peters <tim.peters@gmail.com>
Tue, 15 Aug 2000 16:41:26 +0000 (16:41 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 15 Aug 2000 16:41:26 +0000 (16:41 +0000)
commitb59ab42487a442e31b0622643e47912166dfbd21
tree6080b33595c8eb82d2d3219567d808344aba08d4
parent185a29b08ffcb1370e469f25173f185ed0a60d39
Fix new compiler warnings.  Unused var in compile.c.  Argsize mismatches
in binascii.c (only on platforms with signed chars -- although Py_CHARMASK
is documented as returning an int, it only does so on platforms with
signed chars).
Modules/binascii.c
Python/compile.c