>From [EMAIL PROTECTED] Wed May  1 18:05:15 2002

>> >From: Norbert Preining <[EMAIL PROTECTED]>
>> 
>> >On Mit, 17 Apr 2002, Anssi Saari wrote:
>> >> -       fprintf(stderr, "\nUse %s -help\n");
>> >> +       fprintf(stderr, "\nUse %s -help\n", program_name);
>> 
>> >Well, if it runs correctly on solaris, isn't solaris broken ;-)
>> 
>> Neither this statement is correct, nor the quoting!
>> 
>> It runs perfectly on a Sparc system! < READ THIS >
>> 
>> 
>> Sparc has just a more robust argument passing scheme.

>You mean it makes up a better nonsense value than Intel systems? Compiling
>on Linux with -Wall, you are told about this, of course, as well as a raft
>of other dubious programming issues. Add -ansi and -pedantic to find out
>how clean the code really is. Hint: use the script command or redirect
>error output to a file.


It seems that you never used a compiler with decent warnings and you never
really used the warning features of GCC.

Unfortunately you may only select between no warnings and too many warnings.

In addition, it is not possible to do portable development on Linux and for
this reason, cdrecord is developed on Solaris using the Sun C-compiler.
As the probpem is only seen if you run lint, and as ...... I believe you 
will not read it, so why write it?

J�rg

 EMail:[EMAIL PROTECTED] (home) J�rg Schilling D-13353 Berlin
       [EMAIL PROTECTED]               (uni)  If you don't have iso-8859-1
       [EMAIL PROTECTED]           (work) chars I am J"org Schilling
 URL:  http://www.fokus.gmd.de/usr/schilling   ftp://ftp.fokus.gmd.de/pub/unix


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to