diff src/pr-output.cc @ 10987:eec74ee00b32

eliminate some GCC warnings
author John W. Eaton <jwe@octave.org>
date Thu, 16 Sep 2010 07:08:02 -0400
parents a4f482e66b65
children 5eb10763069f
line wrap: on
line diff
--- a/src/pr-output.cc
+++ b/src/pr-output.cc
@@ -2648,7 +2648,7 @@
     }
   else
     {
-      int fw;
+      int fw = 0;
       double scale = 1.0;
       set_format (r, fw, scale);