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 overview mixed declarations #630

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

RobLoach
Copy link
Contributor

@RobLoach RobLoach commented Apr 4, 2024

This fixes an ISO warning on mixed declarations in the overview demo.

demo/common/overview.c:15:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
   15 |         static nk_bool disable_widgets = nk_false;
      |         ^~~~~~

@RobLoach RobLoach merged commit 7194b52 into Immediate-Mode-UI:master Apr 5, 2024
1 check 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.

1 participant