diff options
author | Federico Fissore <federico@fsfe.org> | 2015-04-17 23:55:54 +0200 |
---|---|---|
committer | Federico Fissore <federico@fsfe.org> | 2015-04-17 23:55:54 +0200 |
commit | f3a5d45c3af4bec9927935f1bd5226c35d963c86 (patch) | |
tree | 7b992121d7e8d1bce822367aac39eceeb92d47b9 | |
parent | 6cbf4db4b695a9401311371bbc9a2f0496802496 (diff) | |
parent | e89f3d5773211ce9617141888cae5b06a67d784a (diff) |
Merge pull request #2973 from ffissore/warnings
Reviewed warnings key names and dropdown in Preferences
-rw-r--r-- | platform.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/platform.txt b/platform.txt index afe2f23..a64209b 100644 --- a/platform.txt +++ b/platform.txt @@ -12,9 +12,9 @@ version=1.6.3 # --------------------- compiler.warning_flags.none=-w -compiler.warning_flags.normal= -compiler.warning_flags.all=-Wall -compiler.warning_flags.extra=-Wall -Wextra +compiler.warning_flags.default= +compiler.warning_flags.more=-Wall +compiler.warning_flags.all=-Wall -Wextra # Default "compiler.path" is correct, change only if you want to overidde the initial value compiler.path={runtime.tools.avr-gcc.path}/bin/ |