*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -184,7 +184,7 @@ struct globals {
|
||||
|
||||
sigset_t blocked_sigset;
|
||||
};
|
||||
#define G (*(struct globals*)ptr_to_globals)
|
||||
#define G (*ptr_to_globals)
|
||||
#define dir (G.dir )
|
||||
#define verbose (G.verbose )
|
||||
#define linemax (G.linemax )
|
||||
|
Reference in New Issue
Block a user