-
-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Description
GCC 14 elevates some compilation warnings to errors, causing the jamesdsp compilation to fail.
We need to add the following compilation parameters to pass the compilation:
"-Wno-error=incompatible-pointer-types"
"-Wno-error=implicit-int"
"-Wno-error=implicit-function-declaration"
The following should be similar issues:
magdesign
Metadata
Metadata
Assignees
Labels
No labels