makefile/sparse: add -Wno-transparent-union
authorMarko Kreen <markokr@gmail.com>
Tue, 1 Feb 2011 12:35:01 +0000 (14:35 +0200)
committerMarko Kreen <markokr@gmail.com>
Tue, 1 Feb 2011 12:38:09 +0000 (14:38 +0200)
Makefile

index d322d9e83c1ab10acf108bf8dce6ecc75daca767..91ff50a3849f97d1eb23af96e94b45b32a23e2f0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -105,7 +105,7 @@ boot:
 # run sparse over code
 sparse: config.mak
        REAL_CC="$(CC)" \
-       $(MAKE) clean libusual.a CC="cgcc -Wsparse-all"
+       $(MAKE) clean libusual.a CC="cgcc -Wsparse-all -Wno-transparent-union"
 
 asms = $(objs:.o=.s)
 asm: $(asms)