Skip to content

Conversation

@mkoscumb
Copy link
Contributor

No description provided.

record.extSdk[0].libVer = PAL::getSdkVersion();
#endif
auto sessionData = m_owner.GetLogSessionData();
const auto* sessionData = m_owner.GetLogSessionData();
Copy link
Contributor

@ThomsonTan ThomsonTan Jun 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this changing the type of sesstionData (removing pointer), and is this expected? #Closed

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, seems the variable type is not change, it is just required to be a pointer.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct, this has no change to the type but it's cv qualifiers.

Copy link
Contributor

@ThomsonTan ThomsonTan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@mkoscumb mkoscumb merged commit b7d774e into main Jun 13, 2023
@mkoscumb mkoscumb deleted the user/makoscum/FixNonConstStaticAnalysisErrors branch June 13, 2023 18:22
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.

4 participants