Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix warning message C4100 #163

Closed
wants to merge 1 commit into from
Closed

Fix warning message C4100 #163

wants to merge 1 commit into from

Conversation

utilForever
Copy link

  • warning C4100: 'bgColor': unreferenced formal parameter

- warning C4100: 'bgColor': unreferenced formal parameter
@eliasdaler
Copy link
Contributor

Hello
It doesn't seem like it's needed after #162. Can you please test on the latest master? The C4100 should be gone by now - it was an error because bgColor was not passed into ImGui::ImageButton, but it's now passed, so it's not unreferenced.

@utilForever
Copy link
Author

Oh, I'm so sorry. I tested on the latest master and confirmed the build is passed. 😂

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.

None yet

2 participants