From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 16 Aug 2002 10:16:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 16 Aug 2002 10:16:56 -0400 Received: from parcelfarce.linux.theplanet.co.uk ([195.92.249.252]:53260 "EHLO www.linux.org.uk") by vger.kernel.org with ESMTP id ; Fri, 16 Aug 2002 10:16:55 -0400 Message-ID: <3D5D0CC5.768BEAE8@zip.com.au> Date: Fri, 16 Aug 2002 07:31:33 -0700 From: Andrew Morton X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.19-rc5 i686) X-Accept-Language: en MIME-Version: 1.0 To: Dave Hansen CC: linux-kernel@vger.kernel.org, linux-mm@kvack.org, "Martin J. Bligh" Subject: Re: [PATCH] add buddyinfo /proc entry References: <3D5C6410.1020706@us.ibm.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Dave Hansen wrote: > > .. > +static void frag_stop(struct seq_file *m, void *arg) > +{ > + (void)m; > + (void)arg; > +} Don't tell me the compiler warns about this now? From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3D5D0CC5.768BEAE8@zip.com.au> Date: Fri, 16 Aug 2002 07:31:33 -0700 From: Andrew Morton MIME-Version: 1.0 Subject: Re: [PATCH] add buddyinfo /proc entry References: <3D5C6410.1020706@us.ibm.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org Return-Path: To: Dave Hansen Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, "Martin J. Bligh" List-ID: Dave Hansen wrote: > > .. > +static void frag_stop(struct seq_file *m, void *arg) > +{ > + (void)m; > + (void)arg; > +} Don't tell me the compiler warns about this now? -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/