Re: CVS commit: src/games

2014-03-23 Thread David Laight
On Sun, Mar 23, 2014 at 12:17:40AM +, David A. Holland wrote: > Module Name: src > Committed By: dholland > Date: Sun Mar 23 00:17:40 UTC 2014 > > Modified Files: > src/games: Makefile.inc > > Log Message: > Add note cautioning against bothering with WARNS=6 until gcc improves

Re: CVS commit: src/games

2014-03-23 Thread Christos Zoulas
In article <20140323125252.gx20...@snowdrop.l8s.co.uk>, David Laight wrote: > >For instance with: > for (int i = 0; i < sizeof foo; i++) >it can't matter that the comparison is unsigned because 'i' can be >assumed to be non-negative (even if 'sizeof foo' is greater than MAXINT). But then y

re: CVS commit: src/share/mk

2014-03-23 Thread matthew green
"Matthias Scheler" writes: > Module Name: src > Committed By: tron > Date: Sun Mar 23 19:49:52 UTC 2014 > > Modified Files: > src/share/mk: bsd.x11.mk > > Log Message: > Fix generation of pkg-config(1) files. Patch from Ryo ONODERA via > "current-users" mailing list. thanks for f