diff scripts/gethelp.cc @ 10553:f88e3d5d88e2

avoid GCC warnings
author John W. Eaton <jwe@octave.org>
date Fri, 23 Apr 2010 15:57:32 -0400
parents bc59bc6282a0
children 1dfbcc9eee92
line wrap: on
line diff
--- a/scripts/gethelp.cc
+++ b/scripts/gethelp.cc
@@ -73,7 +73,7 @@
           if (! have_help_text)
             {
               first_comments_seen = true;
-              help_txt += (char) c;
+              help_txt += static_cast<char> (c);
             }
 
           if (c == '\n')