Re: CVS commit: src/tests/lib/libc/misc

2019-02-03 Thread Kamil Rytarowski
On 04.02.2019 04:10, matthew green wrote: > Module Name: src > Committed By: mrg > Date: Mon Feb 4 03:10:33 UTC 2019 > > Modified Files: > src/tests/lib/libc/misc: Makefile t_ubsan.c > > Log Message: > - revert previous to t_ubsan.c, it is desired behaviour. from kamil. > - use -

re: CVS commit: src

2019-02-03 Thread matthew green
> Multiplication was here on purpose to check UB report. thanks. i reverted this and put -Wno in the makefile instead. .mrg.

Re: CVS commit: src

2019-02-03 Thread Kamil Rytarowski
On 03.02.2019 11:45, matthew green wrote: > Module Name: src > Committed By: mrg > Date: Sun Feb 3 10:45:58 UTC 2019 > > Modified Files: > src/games/backgammon/backgammon: main.c > src/tests/lib/libc/misc: t_ubsan.c > > Log Message: > - avoid multipling a boolean value, use

re: CVS commit: src

2019-02-03 Thread matthew green
"matthew green" writes: > Module Name: src > Committed By: mrg > Date: Sun Feb 3 03:19:32 UTC 2019 > > Modified Files: > src/games/backgammon/teachgammon: teach.c [ ... ] > src/usr.sbin/wsmuxctl: wsmuxctl.c > > Log Message: > - add or adjust /* FALLTHROUGH */ where appropria