Revision: 3521
http://openvrml.svn.sourceforge.net/openvrml/?rev=3521&view=rev
Author: braden
Date: 2008-08-21 07:58:02 +0000 (Thu, 21 Aug 2008)
Log Message:
-----------
Quell some warnings from gcc about comparing signed and unsigned types.
Modified Paths:
--------------
branches/0.17/ChangeLog
Modified: branches/0.17/ChangeLog
===================================================================
--- branches/0.17/ChangeLog 2008-08-21 07:56:31 UTC (rev 3520)
+++ branches/0.17/ChangeLog 2008-08-21 07:58:02 UTC (rev 3521)
@@ -7,7 +7,8 @@
std::vector<int32> & color_index, const std::vector<vec3f> &
normal, const std::vector<int32> & normal_index, const
std::vector<vec2f> & tex_coord, const std::vector<int32> &
- tex_coord_index)): Quell some warnings from gcc.
+ tex_coord_index)): Quell some warnings from gcc about comparing
+ signed and unsigned types.
2008-08-15 Braden McDaniel <br...@en...>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|