-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Labels
YAMLThe configuration files or systemThe configuration files or systemenhancementNew feature or requestNew feature or request
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"]
Metadata
Metadata
Assignees
Labels
YAMLThe configuration files or systemThe configuration files or systemenhancementNew feature or requestNew feature or request