commit | 338426282707ba6678a1712f8ba1a1c43e5eb56a | [log] [tgz] |
---|---|---|
author | Leandro Pereira <leandro.pereira@intel.com> | Tue Sep 05 16:30:17 2017 -0700 |
committer | Anas Nashif <nashif@linux.intel.com> | Thu Sep 07 05:49:17 2017 -0500 |
tree | fbba361ede8b9910f5faba1da7e106ad5f53a24a | |
parent | d66069d051ee2efff2aa0821cb812aca491b5bff [diff] |
lib: json: Fix compilation warnings This appears to be a bug in GCC: when an anonymous union contains anonymous structs, GCC issues a warning that a field in one of the anonymous structs has not been initialized. Fix by making the structs not anonymous. Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>