diff options
author | Benjamin Peterson <benjamin@python.org> | 2022-10-26 22:53:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-26 22:53:25 (GMT) |
commit | 29b391b1378577825a658b14764a8ff3e0b5c958 (patch) | |
tree | 7376c6b9c1e86a657b28ad687af951e32c5b353e /Python/compile.c | |
parent | a508631b3cf883316cc55e04692f70f1665d49d0 (diff) | |
download | cpython-29b391b1378577825a658b14764a8ff3e0b5c958.zip cpython-29b391b1378577825a658b14764a8ff3e0b5c958.tar.gz cpython-29b391b1378577825a658b14764a8ff3e0b5c958.tar.bz2 |
Fix readline.c compiler warning. (GH-98738)
```
Modules/readline.c:1260:37: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
completer_word_break_characters =
^
```
Diffstat (limited to 'Python/compile.c')
0 files changed, 0 insertions, 0 deletions