-
Notifications
You must be signed in to change notification settings - Fork 8k
Open
Labels
Description
Compiling in debug mode in visual studio 2026 gives some errors like this:
stb_image_resize2.h(3327,19): error C2440: 'initializing': cannot convert from 'void *' to 'float'
In release mode it is compiling without errors.
The functions hit by this error I don't use, it could be that in release mode these functions are not compiled?
Reactions are currently unavailable