[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.pdt] Re: How to get rid of warnings in console?

.oO(Michael Spector)

>I've just opened an issue request about that: 
>https://bugs.eclipse.org/bugs/show_bug.cgi?id=235559
>
>For now, I can suggest you to use error_reporting(E_ERROR) somewhere in 
>the beginning of your code, so you will be notified only on real errors.

Bad idea. This would also suppress E_NOTICE errors, which are most
important while developing.

Micha