Re: CVS commit: src/usr.bin/make

2023-09-10 Thread bch
On Fri, Sep 8, 2023 at 21:38 matthew green wrote: > Module Name:src > Committed By: mrg > Date: Sat Sep 9 04:38:49 UTC 2023 > > Modified Files: > src/usr.bin/make: main.c > > Log Message: > add explicit cast for long -> int truncation warning-as-error. > > as this is

Re: CVS commit: src/usr.bin/mkdep

2021-08-20 Thread bch
Hey Roland - friendly question: I saw this error earlier today and threw in a temporary local fix where I pushed the “const” qualifier deeper (into findcc.[ch]) rather than relax it in mk dep.c. You choose the other route. Did you do that because you expect to have that storage r/w, or something

Re: CVS commit: src/sys/compat/common

2019-01-28 Thread bch
I take it back. Your email seemed to beat the repo commit, but my latest update built a working kernel. Thx. -bch On Mon, Jan 28, 2019 at 8:57 PM bch wrote: > This still doesn’t seem to be working... up-to-the-minute src here. > > -bch > > On Mon, Jan 28, 2019 at 8:01 PM Paul

Re: CVS commit: src/sys/compat/common

2019-01-28 Thread bch
This still doesn’t seem to be working... up-to-the-minute src here. -bch On Mon, Jan 28, 2019 at 8:01 PM Paul Goyette wrote: > Module Name:src > Committed By: pgoyette > Date: Tue Jan 29 04:01:45 UTC 2019 > > Modified Files: > src/sys/compat/commo

Re: CVS commit: src/sys/dev/acpi/wmi

2017-12-03 Thread bch
... /usr/src/sys/dev/acpi/wmi/wmi_dell.c: In function 'wmi_dell_action': /usr/src/sys/dev/acpi/wmi/wmi_dell.c:234:16: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare] for (i = 0; i < __arraycount(wmi_dell_actions); i++) { ^ cc1: all

Re: CVS commit: src/sys/netinet

2017-01-01 Thread bch
On 1/1/17, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Mon Jan 2 01:18:42 UTC 2017 > > Modified Files: > src/sys/netinet: tcp.h tcp_input.c tcp_output.c tcp_subr.c > > Log Message: > Fix TCP signature code: > 1. pack options more