From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH] iptables trivial compile warning cleanup Date: Mon, 03 Jul 2006 19:53:59 +0200 Message-ID: <44A959B7.8000309@trash.net> References: <20060630205502.GA9243@linuxace.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: netfilter-devel@lists.netfilter.org Return-path: To: Phil Oester In-Reply-To: <20060630205502.GA9243@linuxace.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org Phil Oester wrote: > Cleanup a few compile warnings in latest snapshot: > > extensions/libipt_dscp_helper.c:69: warning: 'dscp_to_name' defined but not used > extensions/libipt_sctp.c: In function 'print_chunks': > extensions/libipt_sctp.c:465: warning: value computed is not used > extensions/libipt_sctp.c:477: warning: value computed is not used > > Resolves bug #457. Applied, thanks Phil.