Skip to content

Conversation

@QuantamHD
Copy link
Owner

No description provided.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

clang-tidy made some suggestions


int OpenRoad::getThreadCount()
{
int BadName;

Choose a reason for hiding this comment

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

warning: variable 'BadName' is not initialized [cppcoreguidelines-init-variables]

Suggested change
int BadName;
int BadName = 0;


int OpenRoad::getThreadCount()
{
int BadName;

Choose a reason for hiding this comment

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

warning: invalid case style for variable 'BadName' [readability-identifier-naming]

Suggested change
int BadName;
int bad_name;

QuantamHD pushed a commit that referenced this pull request Dec 12, 2023
QuantamHD pushed a commit that referenced this pull request Sep 14, 2024
Signed-off-by: Lia Vardanyan <[email protected]>
QuantamHD pushed a commit that referenced this pull request Feb 25, 2025
QuantamHD pushed a commit that referenced this pull request Mar 10, 2025
Signed-off-by: Cho Moon <[email protected]>
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.

2 participants