Why don't we fix the warnings or pull -Werror from these programs? If programs set Werror, then they IMO should build with WARNINGS set too
On Wed, 12 Sep 2012, Christiano F. Haesbaert wrote: > CVSROOT: /cvs > Module name: src > Changes by: haesba...@cvs.openbsd.org 2012/09/12 03:19:54 > > Modified files: > lib/librthread : Makefile > lib/libsndio : Makefile > libexec/ld.so : Makefile > sbin/ldattach : Makefile > sys/arch/amd64/stand: Makefile.inc > usr.bin/pctr : Makefile > usr.sbin/iscsictl: Makefile > usr.sbin/mksuncd: Makefile > usr.sbin/relayctl: Makefile > usr.sbin/tftp-proxy: Makefile > usr.sbin/tftpd : Makefile > > Log message: > Define empty CDIAGFLAGS for programs that use Werror. > Makes "make build" build with WARNINGS=Yes on amd64. > > ok espie