mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-01 03:47:23 +03:00
Tools - none-cxxflags generator script & enable deprecation warnings (#9245)
* Tools - none-cxxflags generator script GCC10 -> GCC (as in general, not specific to 10) cpp -> cxx to be consistent with gcc terminology grep exclude patterns in a separate file exclude 'deprecated' warnings by default * actually set warnings when compiling --warnings=none is arduino-cli implicit default
This commit is contained in:
1
tools/warnings/extra-cxxflags
Normal file
1
tools/warnings/extra-cxxflags
Normal file
@ -0,0 +1 @@
|
||||
-Wall -Wextra
|
Reference in New Issue
Block a user