This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: gcc warning in Modules/readline.c
Type: Stage:
Components: Build Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: doerwalter
Priority: low Keywords:

Created on 2002-04-15 16:58 by doerwalter, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (1)
msg10344 - (view) Author: Walter Dörwald (doerwalter) * (Python committer) Date: 2002-04-15 16:58
gcc 2.96 on Linux (RedHat 7.1) issues the following 
warning when compiling Modules/readline 2.47:
Modules/readline.c: In function `set_completer_delims':
Modules/readline.c:273: warning: passing arg 1 of 
`free' 
discards qualifiers from pointer target type
History
Date User Action Args
2022-04-10 16:05:13adminsetgithub: 36439
2002-04-15 16:58:59doerwaltercreate