On the other hand, if it's your own code generatng the notices then you might consider adjusting the code. There are pros and cons to error reporting but I myself find that by using
error_reporting(E_ALL);
I can catch many spelling and logic errors that might have otherwise gone unnoticed.