Date: Thu, 14 Nov 2013 13:50:00 -0500 From: Pedro Giffuni <pfg@FreeBSD.org> To: sbruno@freebsd.org, FreeBSD Tinderbox <tinderbox@freebsd.org> Cc: amd64@freebsd.org, current@freebsd.org Subject: Re: [head tinderbox] failure on amd64/amd64 Message-ID: <52851B58.2020906@FreeBSD.org> In-Reply-To: <1384454576.2676.12.camel@powernoodle.corp.yahoo.com> References: <201311141732.rAEHWSUo089875@freebsd-current.sentex.ca> <1384454576.2676.12.camel@powernoodle.corp.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 14.11.2013 13:42, Sean Bruno wrote: >> [...] >> c++ -O2 -pipe -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wno-empty-body -Wno-string-plus-int -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Wno-c++11-extensions -I/src/gnu/usr.bin/gperf/../../../contrib/gperf/lib -I/src/gnu/usr.bin/gperf -c /src/gnu/usr.bin/gperf/../../../contrib/gperf/src/output.cc >> /src/gnu/usr.bin/gperf/../../../contrib/gperf/src/output.cc:782:11: error: format string is empty [-Werror,-Wformat-zero-length] >> "", option.get_size_type()); >> ^~ >> /src/gnu/usr.bin/gperf/../../../contrib/gperf/src/output.cc:1910:11: error: format string is empty [-Werror,-Wformat-zero-length] >> "", option.get_size_type()); > Theoretically fixed at svn R258139. > > sean Thank you! FWIW, I had a similar fix but was waiting for confirmation before committing. Regards, Pedro.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52851B58.2020906>