Markus Neteler wrote: > One compiler issue remains: > > mkstemp.c: In function 'G_mkstemp_fp': > mkstemp.c:164:5: warning: suggest parentheses around comparison in > operand of '&' [-Wparentheses] > const char *fmode = (flags & O_ACCMODE == O_RDWR)
Fixed in r58877. > For testing, I am not sure how to change > lib/iostream/ami_stream.cpp > in order to use the new function(s). Suggestions? fd = G_mkstemp(tmp_path, O_RDWR, 0600); -- Glynn Clements <[email protected]> _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
