diff options
author | Cristian Ionescu-Idbohrn <cii@axis.com> | 2011-05-01 14:43:53 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-05-01 14:43:53 +0200 |
commit | fcbc641fe36a2ceff334362cc6ba62b000c842a5 (patch) | |
tree | 656ae5a8772a7d284b6fcb3d9272c935af5097b2 /.gitignore | |
parent | 2cfb57647b072900b5e66977c500c6ee0978dd0e (diff) | |
download | busybox-w32-fcbc641fe36a2ceff334362cc6ba62b000c842a5.tar.gz busybox-w32-fcbc641fe36a2ceff334362cc6ba62b000c842a5.tar.bz2 busybox-w32-fcbc641fe36a2ceff334362cc6ba62b000c842a5.zip |
get rid of several "variable 'x' set but not used" warnings
Signed-off-by: Cristian Ionescu-Idbohrn <cii@axis.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7d2cca67c..0a0c65bc3 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -18,6 +18,7 @@ Config.in | |||
18 | # Normal output | 18 | # Normal output |
19 | # | 19 | # |
20 | /busybox | 20 | /busybox |
21 | /busybox_old | ||
21 | /busybox_unstripped* | 22 | /busybox_unstripped* |
22 | 23 | ||
23 | # | 24 | # |