Am Sonntag, 4. November 2018 08:03:24 CET schrieb Jean-Marc Lasgouttes
:
> Le 04/11/2018 à 09:42, Kornel Benko a écrit :
> > Am Sonntag, 4. November 2018 10:07:19 CET schrieb Stephan Witt
> > :
> >> Hi Kornel,
> >>
> >> Apple clang has spotted a problem probably introduced in change 74c849d651.
>
Le 04/11/2018 à 09:42, Kornel Benko a écrit :
Am Sonntag, 4. November 2018 10:07:19 CET schrieb Stephan Witt
:
Hi Kornel,
Apple clang has spotted a problem probably introduced in change 74c849d651.
src/lyxfind.cpp:1672:10: warning: variable 'nextKeyIdx' is used uninitialized
whenever sw
Am Sonntag, 4. November 2018 10:07:19 CET schrieb Stephan Witt
:
> Hi Kornel,
>
> Apple clang has spotted a problem probably introduced in change 74c849d651.
>
>
> src/lyxfind.cpp:1672:10: warning: variable 'nextKeyIdx' is used uninitialized
> whenever switch case is taken
> [-Wsomet
Hi Kornel,
Apple clang has spotted a problem probably introduced in change 74c849d651.
src/lyxfind.cpp:1672:10: warning: variable 'nextKeyIdx' is used uninitialized
whenever switch case is taken
[-Wsometimes-uninitialized]
case KeyInfo::isMain: {
^~~
src/lyxfi