*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
		@@ -96,7 +96,7 @@ struct globals {
 | 
			
		||||
	char *pidfile;
 | 
			
		||||
	int user_id;
 | 
			
		||||
	smallint signal_nr;
 | 
			
		||||
};
 | 
			
		||||
} FIX_ALIASING;
 | 
			
		||||
#define G (*(struct globals*)&bb_common_bufsiz1)
 | 
			
		||||
#define found             (G.found               )
 | 
			
		||||
#define userspec          (G.userspec            )
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user