Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Build warning in zle_keymap.c
- X-seq: zsh-workers 51438
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Build warning in zle_keymap.c
- Date: Tue, 14 Feb 2023 18:35:18 -0800
- Archived-at: <https://zsh.org/workers/51438>
- List-id: <zsh-workers.zsh.org>
I just recompiled from a complete "make clean; rm config.modules;
./configure" for the first time in several months and:
zle_keymap.c: In function ‘getkeymapcmd’:
zle_keymap.c:1656:27: warning: ‘startcsi’ may be used uninitialized in
this function [-Wmaybe-uninitialized]
1656 | lastlen <= startcsi + 2) {
| ~~~~~~~~~^~~
Messages sorted by:
Reverse Date,
Date,
Thread,
Author