Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 05 Oct 1996 22:01:27 -0500
From:      Steve Price <sprice@hiwaay.net>
To:        Bruce Evans <bde@zeta.org.au>
Cc:        current@freebsd.org
Subject:   Re: compiling -current with -Dlint
Message-ID:  <32572107.2620D7A2@hiwaay.net>
References:  <199610060251.MAA08128@godzilla.zeta.org.au>

next in thread | previous in thread | raw e-mail | index | archive | help
Bruce Evans wrote:
>  
> Id strings should be declared as const and possibly as __unused, and
> possibly in a macro so that the details can be changed.
> 

I have been able to get rid of the offending warning without
-Dlint by using a declaration like:

	static char const sccsid[] = "...";

I have been meaning to make a few of these changes, but have not
for fear of retribution. :)

> Initcode is garbage.
> 
> Bruce

Do you want the honors or shall I remove the offending line from
crt0.c?

Steve



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?32572107.2620D7A2>