From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5873 invoked by alias); 21 Sep 2003 00:58:12 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 5866 invoked from network); 21 Sep 2003 00:58:12 -0000 Received: from unknown (HELO planck.amplepower.com) (216.39.162.139) by sources.redhat.com with SMTP; 21 Sep 2003 00:58:12 -0000 Received: from [192.168.8.29] (helo=bozoland.mynet) by planck.amplepower.com with esmtp (Exim 3.36 #1 (Debian)) id 1A0s5O-0003jG-00; Sat, 20 Sep 2003 17:28:23 -0700 Date: Sun, 21 Sep 2003 00:58:00 -0000 From: "Theodore A. Roth" X-X-Sender: troth@bozoland.mynet To: Andrew Cagney cc: gdb-patches@sources.redhat.com Subject: Re: [ob] Eliminate /* ARGSUSED */ In-Reply-To: <3F6CF5B6.9040304@redhat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2003-09/txt/msg00438.txt.bz2 On Sat, 20 Sep 2003, Andrew Cagney wrote: :)Hello, :) :)I've committed the attached (btw, does anyone know the history of this :)habit? lint?). :) :)Andrew :) I saw this a few years ago when working with on DEC OSF1 systems. It stops lint from generating a warning about unused args. Not sure if it's available on other systems. Ted Roth