Update of /cvsroot/playerstage/code/player/libplayercore
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19245/libplayercore
Modified Files:
configfile.cc driver.cc
Log Message:
fixed some compiler warnings
Index: driver.cc
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/driver.cc,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** driver.cc 10 Jul 2007 09:01:51 -0000 1.29
--- driver.cc 13 Aug 2007 07:06:03 -0000 1.30
***************
*** 109,113 ****
this->driverthread = 0;
! this->device_addr.interf = UINT_MAX;
this->subscriptions = 0;
--- 109,113 ----
this->driverthread = 0;
! this->device_addr.interf = 0xFFFF;
this->subscriptions = 0;
Index: configfile.cc
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/configfile.cc,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** configfile.cc 31 Jul 2007 04:03:51 -0000 1.18
--- configfile.cc 13 Aug 2007 07:06:03 -0000 1.19
***************
*** 1871,1875 ****
uint32_t ConfigFile::LookupColor(const char *name)
{
! FILE *file;
for (int i=0; COLOR_DATABASE[i] != NULL; ++i)
--- 1871,1875 ----
uint32_t ConfigFile::LookupColor(const char *name)
{
! FILE *file = NULL;
for (int i=0; COLOR_DATABASE[i] != NULL; ++i)
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit