On Thu, 16 May 2002 11:28:27 +0800
"henry" <[EMAIL PROTECTED]> wrote:

> Dear List :
> 
> Often I download a packed tar-file to make , or make my own program .
> I get lots of waning like : 
>     no newline at the end of file

That can be fixed by putting a newline at the end of the file. This is 
supposed to warn of a file that may have been truncated by mistake.

> or 
>     im-compatable pointer type 

That is a warning that on some systems that file will compile but produce
a buggy executable.

>     Could someone know how to filter these warnings ?

That is a really bad idea. It is much better to figure out what the warning
means and fix the code. 

Your other option is to ignore the warning. There is AFAIK no way of turning
warnings off, only turning more warnings on.

Erik
-- 
+-----------------------------------------------------------+
  Erik de Castro Lopo  [EMAIL PROTECTED] (Yes it's valid)
+-----------------------------------------------------------+
"We can build a better product than Linux" -- Microsoft 
Corp.'s Windows operating-system chief, Jim Allchin.
One has to wonder why, with their huge resources, they haven't.
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to