[Ttssh2-commit] [5794] Warning 消し

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2015年 2月 23日 (月) 10:28:34 JST


Revision: 5794
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5794
Author:   doda
Date:     2015-02-23 10:28:31 +0900 (Mon, 23 Feb 2015)
Log Message:
-----------
Warning 消し

Modified Paths:
--------------
    trunk/cygterm/cygterm.cc

-------------- next part --------------
Modified: trunk/cygterm/cygterm.cc
===================================================================
--- trunk/cygterm/cygterm.cc	2015-02-22 13:04:28 UTC (rev 5793)
+++ trunk/cygterm/cygterm.cc	2015-02-23 01:28:31 UTC (rev 5794)
@@ -127,7 +127,7 @@
 //=========================//
 // Win32-API error message //
 //-------------------------//
-void api_error(char* string = "")
+void api_error(const char* string = "")
 {
     char msg[1024];
     char *ptr = msg;
@@ -144,7 +144,7 @@
 //=========================//
 // C-runtime error message //
 //-------------------------//
-void c_error(char* string = "")
+void c_error(const char* string = "")
 {
     char msg[1024];
     char *ptr = msg;



Ttssh2-commit メーリングリストの案内
Back to archive index