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