OSGeo / grass

GRASS GIS - free and open-source geospatial processing engine
https://grass.osgeo.org
Other
791 stars 288 forks source link

d.linegraph: Fix dead store warning in main.c #3918

Closed ShubhamDesai closed 1 week ago

ShubhamDesai commented 1 week ago

This pull request addresses a dead store warning in the d.linegraph module's main.c file.

Fixed Issue:

with while (fscanf(in[i].fp, "%f", &in[i].value) != EOF) {

}

echoix commented 1 week ago

Proxying @lbartoletti's approval