-
Notifications
You must be signed in to change notification settings - Fork 236
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
Clang 16 warning: Bitwise operation between different enumeration types is deprecated #774
Comments
In the latest version of the source, since about 2 months ago, warnings as errors is a CMake config option that is off by default. This version has not been released yet, which is probably why you didn't get it from CPM. I won't have time to fix this until the beginning of October. Even then there are a couple of other items needed before I can publish a release. I suggest you either get the latest source or attempt a fix yourself. I am sorry for the delay. |
I'll use the source then. Thanks a lot ! |
@St0wy when you build the library is it being built with |
Avoid inadvertent compilation with a later standard when included in another project. Later standards may raise warnings or even errors on the library code. Fixes KhronosGroup#774 and KhronosGroup#656.
Avoid inadvertent compilation with a later standard when included in another project. Later standards may raise warnings or even errors on the library code. Fixes KhronosGroup#774 and KhronosGroup#656.
Avoid inadvertent compilation with a later standard when included in another project. Later standards may raise warnings or even errors on the library code. Fixes KhronosGroup#774 and KhronosGroup#656.
Avoid inadvertent compilation with a later standard when included in another project. Later standards may raise warnings or even errors on the library code. Fixes KhronosGroup#774 and KhronosGroup#656.
I am using this library in a C++23 project and it seems like this error prevents me from building.
I'm on Linux with clang version 16.0.6, CMake version 3.27.4 and I downloaded the library with CPM.
The text was updated successfully, but these errors were encountered: