mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-13 16:16:28 +00:00
The unnamed unions inside json_obj_descr struct causes issues with the initializer macros due to bug described here: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=10676 The issue is that for GCC < 4.6, it cannot handle unnamed fields in initializers. So apply the workarounds described in the bug report. Signed-off-by: Daniel Leung <daniel.leung@intel.com> |
||
---|---|---|
.. | ||
json.h | ||
jwt.h |