Thanks to visit codestin.com
Credit goes to github.com

Skip to content

many warnings when compiling with C++ #173

@ghost

Description

When compiling with clang++ -Wall -Weverything I get a lot of warnings, some about C-style casts in the header, some about using reserved keywords and others (I don't have all in mind).

Would a PR to fix those be mergeable? One of the warnings is about the fact that names starting with _ are reserved by the standard, and this is used for the header guard and the struct names (not the typedefs) and my C is so rusty that I do not remember if it is necessary to name structs (especially when typenaming them after).

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