Merge "Fix warning of missing field initializer."
This commit is contained in:
commit
6c8f247581
@ -784,7 +784,6 @@ endif
|
|||||||
|
|
||||||
LOCAL_CFLAGS := \
|
LOCAL_CFLAGS := \
|
||||||
$(libc_common_cflags) \
|
$(libc_common_cflags) \
|
||||||
-Wno-missing-field-initializers \
|
|
||||||
-Wno-sign-compare \
|
-Wno-sign-compare \
|
||||||
-Wno-uninitialized \
|
-Wno-uninitialized \
|
||||||
-Wno-unused-parameter \
|
-Wno-unused-parameter \
|
||||||
|
@ -49,8 +49,8 @@ int __sdidinit;
|
|||||||
#define NDYNAMIC 10 /* add ten more whenever necessary */
|
#define NDYNAMIC 10 /* add ten more whenever necessary */
|
||||||
|
|
||||||
#define std(flags, file) \
|
#define std(flags, file) \
|
||||||
{0,0,0,flags,file,{0},0,__sF+file,__sclose,__sread,__sseek,__swrite, \
|
{0,0,0,flags,file,{0,0},0,__sF+file,__sclose,__sread,__sseek,__swrite, \
|
||||||
{(unsigned char *)(__sFext+file), 0},NULL,0,{0},{0},{0},0,0}
|
{(unsigned char *)(__sFext+file), 0},NULL,0,{0},{0},{0,0},0,0}
|
||||||
|
|
||||||
/* the usual - (stdin + stdout + stderr) */
|
/* the usual - (stdin + stdout + stderr) */
|
||||||
static FILE usual[FOPEN_MAX - 3];
|
static FILE usual[FOPEN_MAX - 3];
|
||||||
|
Loading…
Reference in New Issue
Block a user