View previous topic :: View next topic |
Author |
Message |
trucker2000 DeleD PRO user
Joined: 11 May 2005 Posts: 1839 Location: Sacramento, California
|
Posted: Sun Feb 07, 2010 8:52 pm Post subject: Warnings after compile |
|
|
Are the following warning messages normal?
This is the first time I've built deled from the source.
what I did
1. updated from trunk
2. clicked on "deled.dpr
3. build.
Code: |
Build
[Pascal Warning] unit_JointGeometrySelectingTool.pas(133): W1020 Constructing instance of 'TJointSelector' containing abstract method 'TSelector.GetCenter'
[Pascal Warning] unit_JointGeometrySelectingTool.pas(249): W1020 Constructing instance of 'TJointSelector' containing abstract method 'TSelector.GetCenter'
[Pascal Warning] unit_Scene.pas(230): W1020 Constructing instance of 'TJointSelector' containing abstract method 'TSelector.GetCenter'
[Pascal Warning] unit_Scene.pas(237): W1020 Constructing instance of 'TUVSelector' containing abstract method 'TSelector.GetCenter'
[Pascal Hint] unit_Log.pas(65): H2443 Inline function 'DeleteFile' has not been expanded because unit 'Windows' is not specified in USES list
[Pascal Hint] frm3dView.pas(125): H2219 Private symbol 'UpdateSelectionRect' declared but never used
[Pascal Hint] unit_ViewPortManager.pas(48): H2365 Override method TViewPortStore.destroy should match case of ancestor TObject.Destroy
[Pascal Warning] unit_ViewPortManager.pas(421): W1020 Constructing instance of 'TfrmUVEditor' containing abstract method 'TfrmFlatViewPort.CalculateView'
|
I do know there shouldn't be any warnings, and that warnings should be treated as errors. I'll be looking at the source this week when I have time to see if I can figure out how to fix them. (if someone else doesn't beat me too it) _________________ Some day I will grow up and be a real modeler.
"Never give up! Never surrender!!"
Sys specs:
asus
8 gigs ram
Invidia gtx560 video card
Windows 8 (worst op sys Ever) |
|
Back to top |
|
|
chronozphere DeleD PRO user
Joined: 20 Jun 2006 Posts: 1010 Location: Netherlands
|
Posted: Sun Feb 07, 2010 9:01 pm Post subject: |
|
|
I get those too, don't worry about'em. |
|
Back to top |
|
|
Paul-Jan Site Admin
Joined: 08 Aug 2004 Posts: 3066 Location: Lage Zwaluwe
|
Posted: Mon Feb 08, 2010 6:53 am Post subject: |
|
|
None of these warnings occur on the binary build target compiler (Delphi 7).
I fully agree they shouldn't be there (preferably no hints, definitely no warnings), if nobody else picks them up I will.
As a sidenote, grrr at codegear for shoving a case-sensitivity warning into a case-insensitive language. At work, the code standard = lower case methods, causing a warning to be triggered for every destroy. |
|
Back to top |
|
|
|