Skip to content

Compilation fails with gcc 14 #228

@wineee

Description

@wineee

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions