Enlightenment CVS committal Author : englebass Project : e17 Module : proto
Dir : e17/proto/eflpp/examples/ecore/3dstars Modified Files: .cvsignore main.cpp Log Message: Remove ecore-fb dependency, not used at the moment. Fix minor compiler warnings. =================================================================== RCS file: /cvs/e/e17/proto/eflpp/examples/ecore/3dstars/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- .cvsignore 2 Aug 2007 05:42:05 -0000 1.1 +++ .cvsignore 3 Aug 2007 06:38:00 -0000 1.2 @@ -1,2 +1,5 @@ Makefile Makefile.in +.deps +.libs +eflpp_ecore_3dstars =================================================================== RCS file: /cvs/e/e17/proto/eflpp/examples/ecore/3dstars/main.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- main.cpp 3 Jul 2007 22:42:32 -0000 1.1 +++ main.cpp 3 Aug 2007 06:38:00 -0000 1.2 @@ -98,7 +98,7 @@ r->setLayer( 0 ); r->show(); - for ( int i = 0; i < STARS; ++i ) + for ( unsigned int i = 0; i < STARS; ++i ) { starfield.push_back( new Star( evas ) ); } ------------------------------------------------------------------------- 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/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs