Revision: 41414
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41414&view=rev
Author:   davidloman
Date:     2010-11-22 13:25:21 +0000 (Mon, 22 Nov 2010)

Log Message:
-----------
More making implicit type conversions explicit.  Makes newer compilers happy.

Modified Paths:
--------------
    rt^3/trunk/tests/libpkgcpp/pkgcppTest.cxx

Modified: rt^3/trunk/tests/libpkgcpp/pkgcppTest.cxx
===================================================================
--- rt^3/trunk/tests/libpkgcpp/pkgcppTest.cxx   2010-11-22 13:24:16 UTC (rev 
41413)
+++ rt^3/trunk/tests/libpkgcpp/pkgcppTest.cxx   2010-11-22 13:25:21 UTC (rev 
41414)
@@ -164,9 +164,9 @@
 {
   struct pkg_switch callbacks[] =
     {
-      { PKGCPP_HELO, server_helo, "HELO" },
-      { PKGCPP_DATA, server_data, "DATA" },
-      { PKGCPP_CIAO, server_ciao, "CIAO" },
+      { PKGCPP_HELO, server_helo,  (char*)"HELO" },
+      { PKGCPP_DATA, server_data,  (char*)"DATA" },
+      { PKGCPP_CIAO, server_ciao,  (char*)"CIAO" },
       { 0, 0, (char*) 0 } };
 
   PkgTcpServer pkgServer;


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to