Re: [GRASS-dev] r.mapcalc: warning: field width should have type 'int', but argument has type 'yy_size_t'

2016-01-11 Thread Markus Neteler
On Mon, Jan 11, 2016 at 9:31 PM, Glynn Clements wrote: > > Markus Neteler wrote: > >> >> compiling relbranch70 (likely the same on trunk), I got >> > >> > Try r67518. >> >> Issue gone, thanks. >> >> I spotted another single one: >> >> lib/db/sqlp/sqlp.tab.c > > r67559

Re: [GRASS-dev] r.mapcalc: warning: field width should have type 'int', but argument has type 'yy_size_t'

2016-01-11 Thread Glynn Clements
Markus Neteler wrote: > >> compiling relbranch70 (likely the same on trunk), I got > > > > Try r67518. > > Issue gone, thanks. > > I spotted another single one: > > lib/db/sqlp/sqlp.tab.c r67559 -- Glynn Clements ___

Re: [GRASS-dev] r.mapcalc: warning: field width should have type 'int', but argument has type 'yy_size_t'

2016-01-08 Thread Markus Neteler
On Thu, Jan 7, 2016 at 6:43 PM, Glynn Clements wrote: > > Markus Neteler wrote: > >> compiling relbranch70 (likely the same on trunk), I got > > Try r67518. Issue gone, thanks. I spotted another single one: lib/db/sqlp/sqlp.tab.c gcc -O2 -march=native

Re: [GRASS-dev] r.mapcalc: warning: field width should have type 'int', but argument has type 'yy_size_t'

2016-01-07 Thread Glynn Clements
Markus Neteler wrote: > compiling relbranch70 (likely the same on trunk), I got Try r67518. -- Glynn Clements ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] r.mapcalc: warning: field width should have type 'int', but argument has type 'yy_size_t'

2015-12-30 Thread Markus Neteler
Hi, compiling relbranch70 (likely the same on trunk), I got mapcalc.tab.c:1995:18: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] yyerror (yymsgp); ^~ mapcalc.y:78:20: note: passing