Jean-Pierre Chrétien <[EMAIL PROTECTED]> writes:
> Encoding.cpp: In static member function \
>       `static lyx::docstring lyx::Encodings::fromLaTeXCommand\
>       (const lyx::docstring&, lyx::docstring&)':
> Encoding.cpp:440: warning: 'c' might be used uninitialized in this function

Fixed.

> LyXFunc.cpp: In function \
>       `void lyx::<unnamed>::actOnUpdatedPrefs\
>       (const lyx::LyXRC&, const lyx::LyXRC&)':
> LyXFunc.cpp:1922: warning: enumeration value \
>       `RC_MAC_LIKE_WORD_MOVEMENT' not handled in switch

This is already fixed.

> mathed/MathData.cpp: In member function \
>       `void lyx::MathData::detachMacroParameters(lyx::Cursor*, size_t)':
> mathed/MathData.cpp:485: warning: \
>       converting of negative value `-0x00000000000000001' to `size_t'
> mathed/MathData.cpp:486: warning: \
>       converting of negative value `-0x00000000000000001' to `size_t'

This code does not look good. If there is a need for impossible values
for these parameters, I'd think there is some foo::npos we can use.

> insets/InsetInfo.cpp:151: warning: unused parameter 'argument'

Fixed.

> insets/InsetSpace.cpp: In member function \
>       `virtual void lyx::InsetSpace::metrics(lyx::MetricsInfo&, \
>       lyx::Dimension&) const':
> insets/InsetSpace.cpp:215: warning: unused variable 'width'

Already fixed?

JMarc

Reply via email to