No description
Find a file
Pavel Chupin 20aa6c0f4c Workaround g++ 4.7 compfail
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>
2012-10-25 17:58:45 +04:00
libc More upstream NetBSD upgrades. 2012-10-23 16:05:09 -07:00
libdl Make the dlfcn mutex static. 2012-10-12 10:50:21 -07:00
libm Enclosed functions in fenv.h with __BEGIN_DECLS/__END_DECLS 2012-08-21 15:41:34 +08:00
libstdc++ Regenerate all NOTICE files with the latest version of the script. 2012-08-15 15:43:13 -07:00
libthread_db Add dependencies on all the makefiles. 2012-08-13 14:06:05 -07:00
linker Workaround g++ 4.7 compfail 2012-10-25 17:58:45 +04:00
tests Make dlerror(3) thread-safe. 2012-10-16 17:58:17 -07:00
.gitignore Merge memory checking functionality from sandbox 2010-02-16 11:43:18 -08:00
Android.mk Remove the simulator target from all makefiles. 2011-07-11 22:11:41 -07:00
CleanSpec.mk Add an empty CleanSpec.mk 2010-03-08 18:04:02 -08:00