[M3commit] CVS Update: cm3

Jay Krell jkrell at elego.de
Fri Apr 19 06:11:49 CEST 2013


CVSROOT:	/usr/cvs
Changes by:	jkrell at birch.	13/04/19 06:11:49

Modified files:
	cm3/m3-tools/cvsup/suplib/src/libglob/: fnmatch.c 

Log message:
	g++ 4.8.0:
	../src/libglob/fnmatch.c: In function ‘int fnmatch(const char*, const char*, int)’:
	../src/libglob/fnmatch.c:149:19: error: suggest parentheses around ‘&&’ within ‘||’ [-Werror=parentheses]
	(c == '/' && string != stringstart ||
	^
	
	fix from:
	http://src.gnu-darwin.org/src/contrib/csup/fnmatch.c.html
	
	I do think gcc ought to output the exact code it is suggesting.
	
	I




More information about the M3commit mailing list