mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-08-08 15:14:42 +02:00
Updated Compatibility issues (markdown)
@@ -152,4 +152,17 @@ They are located here on Windows:
|
|||||||
|
|
||||||
```
|
```
|
||||||
%LOCALAPPDATA%\Arduino15\packages\arduino\hardware\samd\1.6.6\cores\arduino\USB
|
%LOCALAPPDATA%\Arduino15\packages\arduino\hardware\samd\1.6.6\cores\arduino\USB
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## GCC warning: ignoring packed attribute because of unpacked non-POD field
|
||||||
|
|
||||||
|
If you pass the flag `--fpack-struct` to the compiler, it will generate the following warning:
|
||||||
|
|
||||||
|
```
|
||||||
|
warning: ignoring packed attribute because of unpacked non-POD field
|
||||||
|
```
|
||||||
|
|
||||||
|
No solution has been found so far: you need to remove that flag if you want to get rid of that warning.
|
||||||
|
|
||||||
|
See issue [#255](https://github.com/bblanchon/ArduinoJson/issues/255)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user