Updated Compatibility issues (markdown)

Benoît Blanchon
2016-11-24 13:41:23 +01:00
parent 63633631e4
commit fc163a4acd

@@ -4,7 +4,7 @@
- [CodeBender](#codebender)
- [Arduino Zero, mkr1000 and all boards based on SAMD21](#arduino-zero-mkr1000-and-all-boards-based-on-samd21)
- [Warning: ignoring packed attribute because of unpacked non-POD field](#warning-ignoring-packed-attribute-because-of-unpacked-non-pod-field)
- [Error: undefined reference to `__cxa_guard_acquire` and `__cxa_guard_release`](#error-undefined-reference-to-cxaguardacquire-and-cxaguardrelease)
- [Error: undefined reference to `__cxa_guard_acquire` and `__cxa_guard_release`](#error-undefined-reference-to-__cxa_guard_acquire-and-__cxa_guard_release)
<!-- /MarkdownTOC -->
@@ -64,5 +64,5 @@ You need to add the following flag:
> `-fno-threadsafe-statics`
> Do not emit the extra code to use the routines specified in the C++ ABI for thread-safe initialization of local statics. You can use this option to reduce code size slightly in code that doesn't need to be thread-safe.
>
See issue [#356](https://github.com/bblanchon/ArduinoJson/issues/356).
See issue [#356](https://github.com/bblanchon/ArduinoJson/issues/356) and [#389](https://github.com/bblanchon/ArduinoJson/issues/389)