svn commit: r334120 - head/share/mk

Ed Maste emaste at freebsd.org
Thu May 24 01:52:26 UTC 2018


On 23 May 2018 at 21:28, Eitan Adler <lists at eitanadler.com> wrote:
> On 23 May 2018 at 14:26, Ed Maste <emaste at freebsd.org> wrote:
>> Author: emaste
>> Date: Wed May 23 21:26:33 2018
>> New Revision: 334120
>> URL: https://svnweb.freebsd.org/changeset/base/334120
>>
>> Log:
>>   Revert r334081 (-Wmain) as it broke the build on gcc architectures
>
> I tested this with "make universe". Can you give me an example build
> log that failed?

I saw it via https://ci.freebsd.org/tinderbox - an example log is here:
https://ci.freebsd.org/job/FreeBSD-head-mips-build/2330/console

cc1plus: warning: command line option "-Wmain" is valid for C/ObjC but
not for C++

> Would CFLAGS.clang += -Wmain be okay?

I suspect so.


More information about the svn-src-all mailing list