diff options
author | Federico Fissore <f.fissore@arduino.cc> | 2015-04-24 09:06:30 +0200 |
---|---|---|
committer | Federico Fissore <f.fissore@arduino.cc> | 2015-04-24 09:27:28 +0200 |
commit | d2908e11167190083672fa71d209dfbf665620b0 (patch) | |
tree | 65f603ecacd782836218d9997e6b57cac898e841 | |
parent | 0f1ef3679f7c0f7869cdeea4321c99b45091ae26 (diff) |
Renamed compiler.warning_flags pref to compiler.warning_level
Provided a default value for compiler.warning_flags
Releasing avr core 1.6.5
-rw-r--r-- | platform.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/platform.txt b/platform.txt index 46ab404..5f26eb5 100644 --- a/platform.txt +++ b/platform.txt @@ -6,11 +6,12 @@ # https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification name=Arduino AVR Boards -version=1.6.4 +version=1.6.5 # AVR compile variables # --------------------- +compiler.warning_flags=-w compiler.warning_flags.none=-w compiler.warning_flags.default= compiler.warning_flags.more=-Wall |