Delphi compiler warnings pointing to Delphi's own units
问题 In Delphi 2007, working on a project which includes a custom component, I'm getting this set of warnings as the first four in Messages when I do a full build (but not when I do a straight compile): [DCC Warning] Dialogs.pas(1426): W1002 Symbol 'TFileOpenDialog' is specific to a platform [DCC Warning] Dialogs.pas(1446): W1002 Symbol 'TFileSaveDialog' is specific to a platform [DCC Warning] ComCtrls.pas(6757): W1036 Variable 'Section' might not have been initialized [DCC Warning] ComCtrls.pas