projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
b6a7208
)
Turn off all warnings when compiling gdtoa sources.
author
Peter Avalos <pavalos@dragonflybsd.org>
Mon, 31 Jan 2011 07:37:38 +0000 (21:37 -1000)
committer
Peter Avalos <pavalos@dragonflybsd.org>
Mon, 31 Jan 2011 07:37:38 +0000 (21:37 -1000)
Obtained-from: FreeBSD
lib/libc/Makefile.inc
patch
|
blob
|
blame
|
history
diff --git
a/lib/libc/Makefile.inc
b/lib/libc/Makefile.inc
index
772b85a
..
543005d
100644
(file)
--- a/
lib/libc/Makefile.inc
+++ b/
lib/libc/Makefile.inc
@@
-65,4
+65,4
@@
SRCS+= ${_src}
.endif
# Disable warnings in contributed sources.
-CWARNFLAGS:= ${.IMPSRC:Ngdtoa_*.c:C/^.+$/${CWARNFLAGS}/}
+CWARNFLAGS:= ${.IMPSRC:Ngdtoa_*.c:C/^.+$/${CWARNFLAGS}/:C/^$/-w/}