Skip to content

Fix various warnings#241

Open
sankhesh wants to merge 3 commits intoNVIDIAGameWorks:4.1from
sankhesh:fix_warnings
Open

Fix various warnings#241
sankhesh wants to merge 3 commits intoNVIDIAGameWorks:4.1from
sankhesh:fix_warnings

Conversation

@sankhesh
Copy link

Tested with GCC 9.2.0

@CLAassistant
Copy link

CLA assistant check
All committers have signed the CLA.

@GregSlazinski
Copy link

PX_FORCE_INLINE Ps::aos::PsMatTransformV& getRelativeTransform(){ return const_cast<Ps::aos::PsMatTransformV&>(mAToB);
no, this should rather be:
PX_FORCE_INLINE const Ps::aos::PsMatTransformV& getRelativeTransform(){ return mAToB; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants