Closed
Description
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"]