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:
parent
9aa6374009
commit
c8633d5cb9
@ -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/}
|
||||
|
Loading…
x
Reference in New Issue
Block a user