Compiler hints are being included in the build messages as warnings when I compile any project on my installation of Delphi 2007, like so:
[DCC Warning] Unit1.pas(30): H2077 Value assigned to 'i' never used
In my real project this persists even when I disable Show hints in the project options, however in a new test project this setting does hide these lines. Other people seem to see hints preceded by [DCC Hint], is there any way I can fix this?