Skip to content

Add -Wno-psabi to C++ example Makefile #207

Description

@PeterJohnson

We use this in native-utils to avoid compiler warnings about parameter passing for argument of type 'wpi::ArrayRef<double>' changed in GCC 7.1, which do not apply to our use case, because we only compile with GCC 7 or later (C++17).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions