Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/rump



On Thu, Jul 04, 2013 at 10:14:04 +0000, Antti Kantee wrote:

> Module Name:  src
> Committed By: pooka
> Date:         Thu Jul  4 10:14:04 UTC 2013
> 
> Modified Files:
>       src/sys/rump: Makefile.rump
> 
> Log Message:
> Apparently warning flags are not kept in CWARNFLAGS.  Compensate.

Would you care to elaborate?  Do you refer to the fact that bsd.sys.mk
adds -Werror to CFLAGS instead of CWARNFLAGS?

CFLAGS+=        ${${_NOWERROR} == "no" :?-Werror:} ${CWARNFLAGS}

-uwe


Home | Main Index | Thread Index | Old Index