Yeah, I have to agree. I also don't like, when some warnings/hints are generated. That's why I always fix problems in my code, that cause them. Problem is - while Delphi and GCC don't generate "exceeding" warnings/hints, FPC does. Common problems: 1) Variable isn't initialized, while function call does exactly this 2) Variable is unused in callback functions.