Skip to content

Suppress certain compiler warnings #292

Closed
@jgfoster

Description

@jgfoster

There are some compiler warnings in code unrelated to mine that I'd like to suppress. Changing cpp_library.rb:497 to the following does what I want. Perhaps there could be a configuration in .arduino-ci.yml to which one could add warnings (like we have for defines)? I could create a PR if you think this is a good direction and approach.

      arg_sets << ["-std=c++11", "-o", executable.to_s, "-DARDUINO=100", "-Wno-unknown-attributes", "-Wno-address-of-packed-member"]

Metadata

Metadata

Assignees

No one assigned

    Labels

    YAMLThe configuration files or systemenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions