summary refs log tree commit diff
path: root/src/funcs/dirs
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-07-08 16:41:24 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2011-07-08 16:41:24 +0800
commit4e6797b08bfe25a89af13cfe7ca60bf4e1551a7b (patch)
treeed8fdc5ff4e5aa339b55f496785079282a2732b8 /src/funcs/dirs
parent[MEMALLOC] Avoid clang warning about dead store to "size" (diff)
downloaddash-4e6797b08bfe25a89af13cfe7ca60bf4e1551a7b.tar.gz
dash-4e6797b08bfe25a89af13cfe7ca60bf4e1551a7b.zip
[EVAL] Avoid using undefined handler
* src/eval.c (evalbltin, evalfun): Set savehandler before calling
setjmp with the possible "goto *done", where savehandler is used.
Otherwise, clang warns that "Assigned value is garbage or undefined"
at the point where "savehandler" is used on the RHS.

Signed-off-by: Jim Meyering <meyering@redhat.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'src/funcs/dirs')
0 files changed, 0 insertions, 0 deletions
'>Don't do carriage return on line feedJune McEnroe 2019-07-11Interpret 256color-style SGRsJune McEnroe 2019-07-11Use inline style rather than <b>, <i>, <u>June McEnroe 2019-07-11Factor out clearJune McEnroe 2019-07-11Add bright option to shottyJune McEnroe 2019-07-11Output <b>, <i>, <u> in shottyJune McEnroe 2019-07-10Ignore SM and RMJune McEnroe 2019-07-09Add shotty man page and build itJune McEnroe 2019-07-09Add up -cJune McEnroe 2019-07-09Add options for default colors to shottyJune McEnroe 2019-07-08Use char literals consistentlyJune McEnroe