[Libreoffice-commits] core.git:
Mark Wielaard
mark at klomp.org
Mon May 13 05:03:03 PDT 2013
0 files changed
New commits:
commit 5338d80a98fb5f97e001c4f6c008ece03c7ae153
Author: Mark Wielaard <mark at klomp.org>
Date: Mon May 13 13:57:14 2013 +0200
datetime.cxx (ISO8601parseTime) âbFracâ may be used uninitialized.
gcc 4.4.7 warns about the above because getISO8601TimeToken calls
impl_getISO8601TimeToken, but if impl_getISO8601TimeToken fails, then
o_bFraction will never be set.
Change-Id: I3dd9460391c0dcdef37110110ad623c1016f0ddc
Reviewed-on: https://gerrit.libreoffice.org/3885
Reviewed-by: Fridrich Strba <fridrich at documentfoundation.org>
Tested-by: Fridrich Strba <fridrich at documentfoundation.org>
More information about the Libreoffice-commits
mailing list