Added more warning flags for GCC (as suggested in issue #28)

This commit is contained in:
Benoit Blanchon
2014-10-22 21:25:19 +02:00
parent c800948342
commit 7e98d136f4
7 changed files with 40 additions and 14 deletions

View File

@@ -23,7 +23,7 @@ namespace ArduinoJson
JSON_PROXY,
JSON_DOUBLE_0_DECIMALS,
JSON_DOUBLE_1_DECIMAL,
JSON_DOUBLE_2_DECIMALS,
JSON_DOUBLE_2_DECIMALS
// etc.
};