Re: Uninitialized variable use in nextKeyIdx LatexInfo::dispatch

2018-11-04 Thread Kornel Benko
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. >

Re: Uninitialized variable use in nextKeyIdx LatexInfo::dispatch

2018-11-04 Thread 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. src/lyxfind.cpp:1672:10: warning: variable 'nextKeyIdx' is used uninitialized whenever sw

Re: Uninitialized variable use in nextKeyIdx LatexInfo::dispatch

2018-11-04 Thread Kornel Benko
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

Uninitialized variable use in nextKeyIdx LatexInfo::dispatch

2018-11-04 Thread 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 [-Wsometimes-uninitialized] case KeyInfo::isMain: { ^~~ src/lyxfi