summaryrefslogtreecommitdiffstats
path: root/src/bdd/reo/reoUnits.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bdd/reo/reoUnits.c')
-rw-r--r--src/bdd/reo/reoUnits.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bdd/reo/reoUnits.c b/src/bdd/reo/reoUnits.c
index aa86516e..52137027 100644
--- a/src/bdd/reo/reoUnits.c
+++ b/src/bdd/reo/reoUnits.c
@@ -84,7 +84,7 @@ void reoUnitsRecycleUnit( reo_man * p, reo_unit * pUnit )
void reoUnitsRecycleUnitList( reo_man * p, reo_plane * pPlane )
{
reo_unit * pUnit;
- reo_unit * pTail;
+ reo_unit * pTail = NULL; // Suppress "might be used uninitialized"
if ( pPlane->pHead == NULL )
return;