aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-04-14 17:57:11 +0000
committerEric Andersen <andersen@codepoet.org>2004-04-14 17:57:11 +0000
commit2c2256cb8b12180ae3771b580fbed3c7b8fc1e38 (patch)
treedb04a2840c6aa83f8b7a37827fbd849bf2851b92
parentaff114c33d2b8879233fa513e6d760d0ef99b632 (diff)
downloadbusybox-w32-2c2256cb8b12180ae3771b580fbed3c7b8fc1e38.tar.gz
busybox-w32-2c2256cb8b12180ae3771b580fbed3c7b8fc1e38.tar.bz2
busybox-w32-2c2256cb8b12180ae3771b580fbed3c7b8fc1e38.zip
remove a warning
-rw-r--r--libbb/interface.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libbb/interface.c b/libbb/interface.c
index f44e866df..2589eec49 100644
--- a/libbb/interface.c
+++ b/libbb/interface.c
@@ -15,7 +15,7 @@
15 * that either displays or sets the characteristics of 15 * that either displays or sets the characteristics of
16 * one or more of the system's networking interfaces. 16 * one or more of the system's networking interfaces.
17 * 17 *
18 * Version: $Id: interface.c,v 1.21 2004/03/15 08:28:42 andersen Exp $ 18 * Version: $Id: interface.c,v 1.22 2004/04/14 17:57:11 andersen Exp $
19 * 19 *
20 * Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org> 20 * Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
21 * and others. Copyright 1993 MicroWalt Corporation 21 * and others. Copyright 1993 MicroWalt Corporation
@@ -1707,7 +1707,6 @@ static int hw_null_address(struct hwtype *hw, void *ap)
1707 return 1; 1707 return 1;
1708} 1708}
1709 1709
1710#warning devel code
1711static const char TRext[] = "\0\0\0Ki\0Mi\0Gi\0Ti"; 1710static const char TRext[] = "\0\0\0Ki\0Mi\0Gi\0Ti";
1712 1711
1713static void print_bytes_scaled(unsigned long long ull, const char *end) 1712static void print_bytes_scaled(unsigned long long ull, const char *end)