Skip to content

Incorrect pragma used on clang? #14

Description

@KarimLUCCIN

#pragma clang diagnostic ignore "-Wassume"

It seems that the pragma used here is incorrect. The clang manual defines "ignored" and not "ignore" (lack of 'd' at the end):
https://clang.llvm.org/docs/UsersManual.html#controlling-diagnostics-via-pragmas

Could that be changed accordingly?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions