Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Cleanup isarr fields and variables
- X-seq: zsh-workers 54112
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: PATCH: Cleanup isarr fields and variables
- Date: Wed, 26 Nov 2025 11:15:48 -0800
- Archived-at: <https://zsh.org/workers/54112>
- In-reply-to: <CAH+w=7ZOoNXS6aVbv5idG4dWS=rK43tjAL+yXHpc7ACs_+pEqA@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <CAGdYchtjPVp2sL6+eOCw6cJHvA1-N1F8S-ZWSy8qxovXaWxeew@mail.gmail.com> <CAH+w=7YQUmU9dGnGLf=xUimAOPyoLwqZ3Twoy2tdbQMctF8mJw@mail.gmail.com> <11581-1763760821.942442@omWy.cFNH.GwcY> <CAH+w=7ZOoNXS6aVbv5idG4dWS=rK43tjAL+yXHpc7ACs_+pEqA@mail.gmail.com>
Oliver -- after commit 8a3ee5a80
params.c:2195:2: warning: treating Unicode character as whitespace [-Wunicode-whitespace]
2195 | v = (Value) zhalloc(sizeof *v);
| ^
params.c:2195:5: warning: treating Unicode character as whitespace [-Wunicode-whitespace]
2195 | v = (Value) zhalloc(sizeof *v);
| ^
params.c:2195:19: warning: treating Unicode character as whitespace [-Wunicode-whitespace]
2195 | v = (Value) zhalloc(sizeof *v);
| ^
params.c:2255:2: warning: treating Unicode character as whitespace [-Wunicode-whitespace]
2255 | v = (Value) zhalloc(sizeof *v);
| ^
params.c:2255:5: warning: treating Unicode character as whitespace [-Wunicode-whitespace]
2255 | v = (Value) zhalloc(sizeof *v);
| ^
params.c:2255:19: warning: treating Unicode character as whitespace [-Wunicode-whitespace]
2255 | v = (Value) zhalloc(sizeof *v);
| ^
Messages sorted by:
Reverse Date,
Date,
Thread,
Author