[darwinbuild-changes] [724] branches/PR-7489777/darwinup/Table.cpp

source_changes at macosforge.org source_changes at macosforge.org
Thu Feb 25 09:33:56 PST 2010


Revision: 724
          http://trac.macosforge.org/projects/darwinbuild/changeset/724
Author:   wsiegrist at apple.com
Date:     2010-02-25 09:33:55 -0800 (Thu, 25 Feb 2010)
Log Message:
-----------
Fix compiler warning

Modified Paths:
--------------
    branches/PR-7489777/darwinup/Table.cpp

Modified: branches/PR-7489777/darwinup/Table.cpp
===================================================================
--- branches/PR-7489777/darwinup/Table.cpp	2010-02-24 22:45:25 UTC (rev 723)
+++ branches/PR-7489777/darwinup/Table.cpp	2010-02-25 17:33:55 UTC (rev 724)
@@ -184,7 +184,7 @@
     }
 
 sqlite3_stmt* Table::create(sqlite3* db) {
-	size_t size;
+	size_t size = 0;
 	if (!m_create_sql) {
 		uint32_t i = 0;
 		
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/darwinbuild-changes/attachments/20100225/52aaa196/attachment.html>


More information about the darwinbuild-changes mailing list