aboutsummaryrefslogtreecommitdiff
path: root/libbb/bb_echo.c
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-01-30 17:17:14 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-01-30 17:17:14 +0000
commit20f40000864609866b51624351581d067b18469c (patch)
treec47584ea54140cdd66f0833c8202875e8f4fe844 /libbb/bb_echo.c
parent0e8727d93b963d13c511d39199043c2c316031c2 (diff)
downloadbusybox-w32-20f40000864609866b51624351581d067b18469c.tar.gz
busybox-w32-20f40000864609866b51624351581d067b18469c.tar.bz2
busybox-w32-20f40000864609866b51624351581d067b18469c.zip
- add some ATTRIBUTE_UNUSED.
- use shorter boilerplate while at it.
Diffstat (limited to 'libbb/bb_echo.c')
-rw-r--r--libbb/bb_echo.c16
1 files changed, 2 insertions, 14 deletions
diff --git a/libbb/bb_echo.c b/libbb/bb_echo.c
index 387ee9669..41e6e4915 100644
--- a/libbb/bb_echo.c
+++ b/libbb/bb_echo.c
@@ -5,19 +5,7 @@
5 * Copyright (c) 1991, 1993 5 * Copyright (c) 1991, 1993
6 * The Regents of the University of California. All rights reserved. 6 * The Regents of the University of California. All rights reserved.
7 * 7 *
8 * This program is free software; you can redistribute it and/or modify 8 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 * 9 *
22 * Original copyright notice is retained at the end of this file. 10 * Original copyright notice is retained at the end of this file.
23 */ 11 */
@@ -40,7 +28,7 @@
40#include <string.h> 28#include <string.h>
41#include "busybox.h" 29#include "busybox.h"
42 30
43extern int bb_echo(int argc, char** argv) 31extern int bb_echo(int ATTRIBUTE_UNUSED argc, char **argv)
44{ 32{
45#ifndef CONFIG_FEATURE_FANCY_ECHO 33#ifndef CONFIG_FEATURE_FANCY_ECHO
46#define eflag '\\' 34#define eflag '\\'