[ksh93-integration-discuss] Re: [osol-code] (CDDL) copyright notice and the ("new") year 2007...
Keith M Wesolowski
keith.wesolowski at sun.com
Mon Jan 15 10:18:31 PST 2007
On Sun, Jan 14, 2007 at 10:33:28PM +0100, Joerg Schilling wrote:
> #pragma ident "%Z%%M% %I% %E% Copyright 2007 J. Schilling"
>
> using gcc -Wall:
>
> s.c:1: warning: ignoring #pragma ident
If you use -Wall and want to compile files with #pragma ident in them,
also use -Wno-unknown-pragmas, as ON does.
> We either need to think about using tab chars in ID strings or
> call this a compiler bug that needs fixing.
Seems like the latter; -O shouldn't change the way idents are handled.
--
Keith M Wesolowski "Sir, we're surrounded!"
FishWorks "Excellent; we can attack in any direction!"
More information about the ksh93-integration-discuss
mailing list