On Mon, Feb 17, 2014 at 4:48 PM, Vaclav Petras <[email protected]> wrote: > Just for case, it is not known yet. > > Compile errors in r.li.* modules:
Oops, fixed in r59074. Markus M > > edgedensity.c:356:30: error: too few arguments to function call, expected 2, > have 1 > Rast_set_d_null_value(result); > ~~~~~~~~~~~~~~~~~~~~~ ^ > /home/vasek/dev/grass/trunk_clang/dist.i686-pc-linux-gnu/include/grass/defs/raster.h:417:1: > note: 'Rast_set_d_null_value' declared here > void Rast_set_d_null_value(DCELL *, int); > ^ > edgedensity.c:615:30: error: too few arguments to function call, expected 2, > have 1 > Rast_set_d_null_value(result); > ~~~~~~~~~~~~~~~~~~~~~ ^ > /home/vasek/dev/grass/trunk_clang/dist.i686-pc-linux-gnu/include/grass/defs/raster.h:417:1: > note: 'Rast_set_d_null_value' declared here > void Rast_set_d_null_value(DCELL *, int); > ^ > edgedensity.c:871:30: error: too few arguments to function call, expected 2, > have 1 > Rast_set_d_null_value(result); > ~~~~~~~~~~~~~~~~~~~~~ ^ > /home/vasek/dev/grass/trunk_clang/dist.i686-pc-linux-gnu/include/grass/defs/raster.h:417:1: > note: 'Rast_set_d_null_value' declared here > void Rast_set_d_null_value(DCELL *, int); > ^ > ... > > _______________________________________________ > grass-dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/grass-dev _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
