projects
/
libusual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c0baa4
)
makefile/sparse: add -Wno-transparent-union
author
Marko Kreen
<markokr@gmail.com>
Tue, 1 Feb 2011 12:35:01 +0000
(14:35 +0200)
committer
Marko Kreen
<markokr@gmail.com>
Tue, 1 Feb 2011 12:38:09 +0000
(14:38 +0200)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/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)