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
8.86k stars 535 forks source link

Fix bitwise operations warnings in C++20 #618

Closed lautriva closed 3 months ago

lautriva commented 4 months ago

This PR is intended to fix multiple warnings warning: bitwise operation between different enumeration types XXX and YYYY is deprecated raised when compiling in C++20

Each time I updated Nuklear on my side I did those changes, today I decided to make them once and for all with a PR :smile:

Fixes #170