connectivity/source/drivers/mozab/MColumnAlias.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 089fdb63139e424e36d4aa9c892f65bdcbdd1116 Author: Stephan Bergmann <sberg...@redhat.com> Date: Wed Aug 5 16:53:38 2015 +0200 OSL_ENSURE always makes the condition visible to the compiler now Change-Id: Ifc2f4592fdd4cfebdefc0c4b94656ffc06ddf879 diff --git a/connectivity/source/drivers/mozab/MColumnAlias.cxx b/connectivity/source/drivers/mozab/MColumnAlias.cxx index 89ba2d6..f3ba63e 100644 --- a/connectivity/source/drivers/mozab/MColumnAlias.cxx +++ b/connectivity/source/drivers/mozab/MColumnAlias.cxx @@ -143,7 +143,7 @@ void OColumnAlias::initialize( const ::com::sun::star::uno::Reference< ::com::su } } - OSL_ENSURE( bFound, "OColumnAlias::setAlias: did not find a programmatic name which exists in the configuration!" ); (void)bFound; + OSL_ENSURE( bFound, "OColumnAlias::setAlias: did not find a programmatic name which exists in the configuration!" ); } } catch( const Exception& ) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits