OSGeo / grass

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

d.histogram: Fix dead store warnings in bar.c #3927

Closed ShubhamDesai closed 2 days ago

ShubhamDesai commented 1 week ago

This pull request addresses dead store warnings in the d.histogram module's bar.c file

Issue This pull request addresses a warning in bar.c related to the variable draw being assigned a value that is never read.

Changes Made Removed the redundant assignment draw = NO at line 150.

echoix commented 4 days ago

GitHub has an incident that has problems getting merge status and starting actions triggered by pull requests since Jun 28, 2024 - 17:34 UTC. So we might have problems to merge right now