[Python-Dev] -Wall output for the Python 2.0c1
M.-A. Lemburg
mal@lemburg.com
Tue, 10 Oct 2000 22:37:30 +0200
FYI, Here's what gcc -Wall gives on Linux:
ceval.c: In function `eval_code2':
ceval.c:345: warning: `v' might be used uninitialized in this function
ceval.c:346: warning: `w' might be used uninitialized in this function
ceval.c:347: warning: `u' might be used uninitialized in this function
ceval.c:348: warning: `t' might be used uninitialized in this function
errors.c: In function `PyErr_Format':
errors.c:409: warning: value computed is not used
errors.c:415: warning: value computed is not used
--
Marc-Andre Lemburg
______________________________________________________________________
Business: http://www.lemburg.com/
Python Pages: http://www.lemburg.com/python/