From 7ec7b66a3c3a4d3596537a119d0f97135ab16ea4 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 15 Feb 2012 21:24:51 +0200 Subject: Fix warnings from gcc -Wall, GCC 4.6.2. --- ext.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'ext.c') diff --git a/ext.c b/ext.c index f0290f99..3b3c43e6 100644 --- a/ext.c +++ b/ext.c @@ -33,10 +33,6 @@ #include -#ifdef __GNUC__ -static unsigned long long dummy; /* fake out gcc for dynamic loading? */ -#endif - /* do_ext --- load an extension */ NODE * @@ -54,12 +50,6 @@ do_ext(int nargs) static short warned = FALSE; #endif -#ifdef __GNUC__ - AWKNUM junk; - - junk = (AWKNUM) dummy; -#endif - if (do_sandbox) fatal(_("extensions are not allowed in sandbox mode")); -- cgit v1.2.3 From 2ce7559261a641c222eecf7bc2718e0832613d14 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 28 Mar 2012 21:58:12 +0200 Subject: Update copyrights where needed. --- ext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext.c') diff --git a/ext.c b/ext.c index 3b3c43e6..f3e783da 100644 --- a/ext.c +++ b/ext.c @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 1995 - 2001, 2003-2011 the Free Software Foundation, Inc. + * Copyright (C) 1995 - 2001, 2003-2012 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. -- cgit v1.2.3