Renamed compiler.warning_flags pref to compiler.warning_level
Provided a default value for compiler.warning_flags Releasing avr core 1.6.5
This commit is contained in:
parent
0f1ef3679f
commit
d2908e1116
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue