summaryrefslogtreecommitdiffstats
path: root/bin/sh/expand.c
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1997-05-19 00:18:52 +0000
committersteve <steve@FreeBSD.org>1997-05-19 00:18:52 +0000
commit2f84314766994e7c599dfb2cb98cee628896f8c1 (patch)
treece707f65f9e2c0f19159478f30a699c4f56ba6d4 /bin/sh/expand.c
parentffb9c56f7662bb2fd416f5fa514795e0317af449 (diff)
downloadFreeBSD-src-2f84314766994e7c599dfb2cb98cee628896f8c1.zip
FreeBSD-src-2f84314766994e7c599dfb2cb98cee628896f8c1.tar.gz
Use the __unused attribute where warranted.
Diffstat (limited to 'bin/sh/expand.c')
-rw-r--r--bin/sh/expand.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/expand.c b/bin/sh/expand.c
index 5d28bec..ec577fd 100644
--- a/bin/sh/expand.c
+++ b/bin/sh/expand.c
@@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: expand.c,v 1.16 1997/02/22 13:58:26 peter Exp $
+ * $Id: expand.c,v 1.17 1997/04/28 03:28:43 steve Exp $
*/
#ifndef lint
@@ -956,7 +956,7 @@ char *expdir;
STATIC void
expandmeta(str, flag)
struct strlist *str;
- int flag;
+ int flag __unused;
{
char *p;
struct strlist **savelastp;
OpenPOWER on IntegriCloud