[Libreoffice-commits] core.git: connectivity/source
Andrzej J.R. Hunt
andrzej at ahunt.org
Fri Jul 19 13:04:25 PDT 2013
connectivity/source/drivers/firebird/FResultSetMetaData.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 902e1b4ed8d94bd6ee8529464abc30254165ce55
Author: Andrzej J.R. Hunt <andrzej at ahunt.org>
Date: Fri Jul 19 22:01:08 2013 +0200
And another "error: control may reach end of non-void function".
Change-Id: I5fb091f94e21f37c99583470326868b9fbbb5ca8
diff --git a/connectivity/source/drivers/firebird/FResultSetMetaData.cxx b/connectivity/source/drivers/firebird/FResultSetMetaData.cxx
index 30d351e..0fd6aad 100644
--- a/connectivity/source/drivers/firebird/FResultSetMetaData.cxx
+++ b/connectivity/source/drivers/firebird/FResultSetMetaData.cxx
@@ -196,6 +196,7 @@ OUString SAL_CALL OResultSetMetaData::getColumnTypeName(sal_Int32 column)
return OUString("SQL_QUAD");
default:
assert(false); // Should never happen
+ return 0;
}
}
More information about the Libreoffice-commits
mailing list