diff options
author | Jim Meyering <meyering@redhat.com> | 2011-07-08 16:12:20 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2011-07-08 16:12:20 +0800 |
commit | d0a3b102c672bd07f190eacb7f95643a89d27c9a (patch) | |
tree | 26bdbe6625e58a306d21ca75a9a2b1132ce51966 /ChangeLog | |
parent | [BUILTIN] Eliminate unnecessary promotion in echocmd (diff) | |
download | dash-d0a3b102c672bd07f190eacb7f95643a89d27c9a.tar.gz dash-d0a3b102c672bd07f190eacb7f95643a89d27c9a.zip |
[MEMALLOC] Avoid gcc warning: variable 'oldstackp' set but not used
* src/memalloc.c (growstackblock): Remove declaration and set of set-but-not-used variable. Also remove a stray space-before-TAB. Signed-off-by: Jim Meyering <meyering@redhat.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2093fc7..18ed330 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,10 @@ * Optimize dash -c "command" to avoid a fork. * Eliminate unnecessary promotion in echocmd. +2011-05-23 Jim Meyering <meyering@redhat.com> + + * Avoid gcc warning: variable 'oldstackp' set but not used. + 2011-05-22 Jonathan Nieder <jrnieder@gmail.com> * Make outc an inline function. |