| View previous topic :: View next topic |
| Author |
Message |
Olex
Joined: 09 Apr 2005 Posts: 101 Location: USA, KY
|
Posted: Mon Nov 21, 2005 2:23 am Post subject: A few warnings |
|
|
Nothing big but yet annoying and possibly has some underlying issues.
Here are warnings I get in Gentoo Linux, gcc 3:
| Code: | .../Physics/Collision.h:292: warning: `class TA::PreCollision' only defines private constructors and has no friends
.../Physics/Collision.h:330: warning: `class TA::PostCollision' only defines private constructors and has no friends | This isn't normal, is it? Is there a reason for this? _________________ Ukrainian Rumble 2: Destructible Physics
My philosophy: Objectivism |
|
| Back to top |
|
 |
luke Site Admin
Joined: 15 Oct 2004 Posts: 621
|
Posted: Mon Nov 21, 2005 5:49 am Post subject: |
|
|
Its ok, these classes are never actually constructed, they are just used uinterfaces for TA::Collision and are just returned with a reintirpret cast.
The warning will be fixed in the next release after 1.0.1.4 |
|
| Back to top |
|
 |
Olex
Joined: 09 Apr 2005 Posts: 101 Location: USA, KY
|
|
| Back to top |
|
 |
|