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 -
> Multiplication was here on purpose to check UB report.
thanks. i reverted this and put -Wno in the makefile instead.
.mrg.
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
"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