20aa6c0f4cbe6fdaba8938536a7b80270cfe7203
error: C99 designator 'name' outside aggregate initializer G++ 4.7+ can't handle some of C99 designated initializers. Most likely it's just not implemented yet. Other possible workarounds is to compile this as C not C++ or define name as char* instead of char[SIZE]. Appeared after this change https://android-review.googlesource.com/#/c/44470 Change-Id: Ib28157848ce759b8bb5dbb2ac0d9a768fa4e5107 Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com>
Description
No description provided
Languages
C
68.1%
Assembly
16.2%
C++
13.4%
Makefile
1.1%
Python
0.9%
Other
0.2%