Add an ulgy hack so that warnings added by non-zero WARNS values won't be

used with the contrib/ gdtoa sources as they aren't WARNS-clean.

Submitted by:	ru
This commit is contained in:
obrien 2004-01-10 21:51:48 +00:00
parent 9aa6374009
commit c8633d5cb9

View File

@ -19,3 +19,6 @@ CLEANFILES+=gdtoa_${src}
gdtoa_${src}:
ln -sf ${.CURDIR}/../../contrib/gdtoa/${src} ${.TARGET}
.endfor
# XXX An ugly hack to disable warnings for gdtoa sources.
CWARNFLAGS+= ${.IMPSRC:Mgdtoa_*.c:C/^.+$/-w/}