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:
David E. O'Brien 2004-01-10 21:51:48 +00:00
parent baadec0711
commit 6a86fe7b72
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124354

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/}