Immediate-Mode-UI / Nuklear

A single-header ANSI C immediate mode cross-platform GUI library
https://immediate-mode-ui.github.io/Nuklear/doc/index.html
Other
9.16k stars 551 forks source link

Fix overview mixed declarations #630

Closed RobLoach closed 6 months ago

RobLoach commented 6 months ago

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;
      |         ^~~~~~