Index: trunk/magic/remove/src/streaksio.c
===================================================================
--- trunk/magic/remove/src/streaksio.c	(revision 27467)
+++ trunk/magic/remove/src/streaksio.c	(revision 27474)
@@ -1155,5 +1155,5 @@
                 // these gets are not necessary, we could just set the pixels to nan
                 // but I want to get the counts
-                double imageVal;
+                double imageVal = 0; // avoid compiler warning
                 if (imageType == PS_TYPE_F32) {
                     imageVal  = image->data.F32[y][x];
@@ -1167,5 +1167,5 @@
                     streaksExit("", PS_EXIT_PROG_ERROR);
                 }
-                psU32 maskVal;
+                psU32 maskVal = 0;
                 if (sfiles->stage == IPP_STAGE_RAW) {
                     unsigned int xChip, yChip;
