Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


On 02/29/2012 12:13 PM, Lionel Elie Mamane wrote:
Background: we have in sc/source/filter/inc/ftools.hxx supposedly
"safe" casts that are (according to the Doxygen documentation)
supposed to be safer than just static_cast. As fdo#39589 uncovered,
they are actually so buggy as to be *less* safe.

Are those "saturating" ulimit_cast a good thing, anyway? Looks like they are only used in a handful of sc/source/filter/excel/ files. Picking the first occurrence at random,

return ulimit_cast< sal_uInt16 >( nValueCount, EXC_CHDATAFORMAT_MAXPOINTCOUNT );

from XclExpChSourceLink::ConvertDataSequence (xechart.cxx), where nValueCount is a sal_uInt32 quantity -- is it OK to silently truncate this quantity here, or does it rather indicate a conversion failure that should be reported to the user?

(With "helpful" converters like these, I'm always worried they only paper over actual shortcomings in the code.)

So maybe we could selectively disable the warnings on this file
instead? Someone knows how to do that with gcc and with MSVC?

See <http://wiki.services.openoffice.org/wiki/Writing_warning-free_code#When_all_else_fails>.

Stephan

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.