Le 20/05/2020 à 21:54, Richard Kimberly Heck a écrit :
We are now moving towards the release of 2.3.5. Please prepare
translations by the end of the month.

While compiling to test 2.3.5 against shortcuts, I get this (compiling --with-included-hunspell):


../../../2.3.x/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx: In member function ‘bool HunspellImpl::spell(const string&, int*, std::__cxx11::string*)’: ../../../2.3.x/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:562:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
       }
       ^
../../../2.3.x/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:564:5: note: 
here
     case INITCAP: {
     ^~~~
../../../2.3.x/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx: In member function ‘std::__debug::vector<std::__cxx11::basic_string<char> > HunspellImpl::suggest(const string&)’: ../../../2.3.x/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:900:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
       capwords = 1;
       ~~~~~~~~~^~~
../../../2.3.x/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:901:5: note: 
here
     case HUHCAP: {
     ^~~~
../../../2.3.x/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:1012:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
         capwords = 1;
         ~~~~~~~~~^~~
../../../2.3.x/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:1013:7: note: 
here
       case HUHCAP: {
       ^~~~
../../../2.3.x/3rdparty/hunspell/1.6.2/src/parsers/manpar../../../2.3.x/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx: In member function ‘bool HunspellImpl::spell(const string&, int*, std::__cxx11::string*)’: ../../../2.3.x/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:562:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
       }
       ^
../../../2.3.x/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:564:5: note: 
here
     case INITCAP: {
     ^~~~
../../../2.3.x/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx: In member function ‘std::__debug::vector<std::__cxx11::basic_string<char> > HunspellImpl::suggest(const string&)’: ../../../2.3.x/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:900:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
       capwords = 1;
       ~~~~~~~~~^~~
../../../2.3.x/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:901:5: note: 
here
     case HUHCAP: {
     ^~~~
../../../2.3.x/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:1012:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
         capwords = 1;
         ~~~~~~~~~^~~
../../../2.3.x/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:1013:7: note: 
here
       case HUHCAP: {
       ^~~~
../../../2.3.x/3rdparty/hunspell/1.6.2/src/parsers/manparser.cxx: In member function ‘virtual bool ManParser::next_token(std::__cxx11::string&)’: ../../../2.3.x/3rdparty/hunspell/1.6.2/src/parsers/manparser.cxx:72:17: warning: this statement may fall through [-Wimplicit-fallthrough=]
           state = 2;
           ~~~~~~^~~
../../../2.3.x/3rdparty/hunspell/1.6.2/src/parsers/manparser.cxx:75:7: note: 
here
       case 2:  // non word chars
       ^~~~

ser.cxx: In member function ‘virtual bool ManParser::next_token(std::__cxx11::string&)’: ../../../2.3.x/3rdparty/hunspell/1.6.2/src/parsers/manparser.cxx:72:17: warning: this statement may fall through [-Wimplicit-fallthrough=]
           state = 2;
           ~~~~~~^~~
../../../2.3.x/3rdparty/hunspell/1.6.2/src/parsers/manparser.cxx:75:7: note: 
here
       case 2:  // non word chars
       ^~~~

--
Jean-Pierre
--
lyx-docs mailing list
lyx-docs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-docs

Reply via email to