Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: Cleanup isarr fields and variables



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