/usr2/src/lyx/lyx-2.0.x-git/src/HunspellChecker.cpp: In member function 
‘virtual lyx::SpellChecker::Result lyx::HunspellChecker::check(const 
lyx::WordLangTuple&)’:
/usr2/src/lyx/lyx-2.0.x-git/src/HunspellChecker.cpp:359:43: warning: ‘int 
Hunspell::spell(const char*, int*, char**)’ is deprecated 
[-Wdeprecated-declarations]
  if (h->spell(word_to_check.c_str(), &info))
                                           ^
In file included from /usr2/src/lyx/lyx-2.0.x-git/src/HunspellChecker.cpp:31:0:
/usr/src/lyx/lyx-2.0.x-git/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.hxx:131:20:
 note: declared here
   H_DEPRECATED int spell(const char* word, int* info = NULL, char** root = 
NULL);
                    ^~~~~
/usr2/src/lyx/lyx-2.0.x-git/src/HunspellChecker.cpp: In member function 
‘virtual void lyx::HunspellChecker::suggest(const lyx::WordLangTuple&, 
lyx::docstring_list&)’:
/usr2/src/lyx/lyx-2.0.x-git/src/HunspellChecker.cpp:415:82: warning: ‘int 
Hunspell::suggest(char***, const char*)’ is deprecated 
[-Wdeprecated-declarations]
  int const suggestion_number = h->suggest(&suggestion_list, 
word_to_check.c_str());
                                                                                
  ^
In file included from /usr2/src/lyx/lyx-2.0.x-git/src/HunspellChecker.cpp:31:0:
/usr/src/lyx/lyx-2.0.x-git/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.hxx:141:20:
 note: declared here
   H_DEPRECATED int suggest(char*** slst, const char* word);
                    ^~~~~~~
/usr2/src/lyx/lyx-2.0.x-git/src/HunspellChecker.cpp:420:50: warning: ‘void 
Hunspell::free_list(char***, int)’ is deprecated [-Wdeprecated-declarations]
  h->free_list(&suggestion_list, suggestion_number);
                                                  ^
In file included from /usr2/src/lyx/lyx-2.0.x-git/src/HunspellChecker.cpp:31:0:
/usr/src/lyx/lyx-2.0.x-git/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.hxx:155:21:
 note: declared here
   H_DEPRECATED void free_list(char*** slst, int n);
                     ^~~~~~~~~
/usr2/src/lyx/lyx-2.0.x-git/src/HunspellChecker.cpp: In member function 
‘virtual void lyx::HunspellChecker::stem(const lyx::WordLangTuple&, 
lyx::docstring_list&)’:
/usr2/src/lyx/lyx-2.0.x-git/src/HunspellChecker.cpp:434:79: warning: ‘int 
Hunspell::stem(char***, const char*)’ is deprecated [-Wdeprecated-declarations]
  int const suggestion_number = h->stem(&suggestion_list, 
word_to_check.c_str());
                                                                               ^
In file included from /usr2/src/lyx/lyx-2.0.x-git/src/HunspellChecker.cpp:31:0:
/usr/src/lyx/lyx-2.0.x-git/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.hxx:168:20:
 note: declared here
   H_DEPRECATED int stem(char*** slst, const char* word);
                    ^~~~
/usr2/src/lyx/lyx-2.0.x-git/src/HunspellChecker.cpp:439:50: warning: ‘void 
Hunspell::free_list(char***, int)’ is deprecated [-Wdeprecated-declarations]
  h->free_list(&suggestion_list, suggestion_number);
                                                  ^
In file included from /usr2/src/lyx/lyx-2.0.x-git/src/HunspellChecker.cpp:31:0:
/usr/src/lyx/lyx-2.0.x-git/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.hxx:155:21:
 note: declared here
   H_DEPRECATED void free_list(char*** slst, int n);
                     ^~~~~~~~~

        Kornel

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to