[GRASS-dev] [bug #5025] (grass) v.hull: empty if statement
Request Tracker
grass-bugs at intevation.de
Sat Aug 19 08:10:53 EDT 2006
this bug's URL: http://intevation.de/rt/webrt?serial_num=5025
-------------------------------------------------------------------------
Subject: v.hull: empty if statement
grass obtained from: CVS
grass binary for platform: Compiled from Sources
Hi,
compiling v.hull, I discovered:
[neteler at dandre v.hull]$ make
...
main.c: In function âloadSiteCoordinatesâ:
main.c:141: warning: empty body in an if-statement
if ((pointIdx % ALLOC_CHUNK) == 0);
*points = (struct Point *) G_realloc(*points, (pointIdx + ALLOC_CHUNK) * sizeof(struct Point));
I don't know how to fix this.
Markus
-------------------------------------------- Managed by Request Tracker
More information about the grass-dev
mailing list