Snippets for aiksaurus 1.2.1 from Fedora i686
Sourced from https://kojipkgs.fedoraproject.org/packages/aiksaurus/1.2.1/61.fc45/data/logs/i686/build.log.
-
MeaningsFile.h:49:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 49 | throw(AiksaurusException); | ^~~~~ -
MeaningsFile.h:54:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 54 | MeaningsFile(const char* fname) throw(AiksaurusException); | ^~~~~ -
MeaningsFile.h:58:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 58 | int* getWords(int id) throw(AiksaurusException); | ^~~~~ -
MeaningsFile.cpp:77:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 77 | bool read(int& x) throw(AiksaurusException); | ^~~~~ -
MeaningsFile.cpp:107:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 107 | MeaningStream::read(int& x) throw(AiksaurusException) | ^~~~~ -
MeaningsFile.cpp:169:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 169 | MeaningsFile::MeaningsFile(const char* fname) throw(AiksaurusException) | ^~~~~ -
MeaningsFile.cpp:198:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 198 | MeaningsFile::_readline(MeaningStream& s, int* buffer) throw(AiksaurusException) | ^~~~~ -
MeaningsFile.cpp:228:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 228 | MeaningsFile::getWords(int id) throw(AiksaurusException) | ^~~~~ -
WordsFile.h:58:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 58 | WordsFile(const char* fname) throw(AiksaurusException); | ^~~~~ -
WordsFile.h:62:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 62 | void loadWord(int id) throw(AiksaurusException); | ^~~~~ -
WordsFile.h:63:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 63 | bool findWord(const char* str, int& index) throw(AiksaurusException); | ^~~~~ -
WordsFile.cpp:115:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 115 | WordsFile::WordsFile(const char* fname) throw(AiksaurusException) | ^~~~~ -
WordsFile.cpp:135:16: warning: catching polymorphic type 'class std::bad_alloc' by value [-Wcatch-value=] 135 | catch(std::bad_alloc) | ^~~~~~~~~ -
WordsFile.cpp:174:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 174 | bool WordsFile::findWord(const char* str, int& index) throw(AiksaurusException) | ^~~~~ -
WordsFile.cpp:283:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 283 | void WordsFile::loadWord(int id) throw(AiksaurusException) | ^~~~~ -
AiksaurusException.cpp:53:20: warning: catching polymorphic type 'class std::bad_alloc' by value [-Wcatch-value=] 53 | catch(std::bad_alloc) | ^~~~~~~~~ -
AiksaurusException.cpp:138:20: warning: catching polymorphic type 'class std::bad_alloc' by value [-Wcatch-value=] 138 | catch(std::bad_alloc) | ^~~~~~~~~ -
AiksaurusException.cpp:156:20: warning: catching polymorphic type 'class std::bad_alloc' by value [-Wcatch-value=] 156 | catch(std::bad_alloc) { | ^~~~~~~~~ -
WordStream.h:41:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 41 | WordStream(int* words) throw(std::bad_alloc) | ^~~~~ -
Aiksaurus.cpp:101:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 101 | throw(AiksaurusException); | ^~~~~ -
Aiksaurus.cpp:107:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 107 | bool find(const char* word) throw(AiksaurusException); | ^~~~~ -
Aiksaurus.cpp:108:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 108 | const char* next(int& id) throw(AiksaurusException); | ^~~~~ -
Aiksaurus.cpp:109:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 109 | const char* similar() throw(AiksaurusException); | ^~~~~ -
Aiksaurus.cpp:115:1: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 115 | throw(AiksaurusException) | ^~~~~ -
Aiksaurus.cpp:130:16: warning: catching polymorphic type 'class std::bad_alloc' by value [-Wcatch-value=] 130 | catch(std::bad_alloc) | ^~~~~~~~~ -
Aiksaurus.cpp:155:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 155 | ThesaurusImpl::find(const char* word) throw(AiksaurusException) | ^~~~~ -
Aiksaurus.cpp:190:16: warning: catching polymorphic type 'class std::bad_alloc' by value [-Wcatch-value=] 190 | catch(std::bad_alloc) | ^~~~~~~~~ -
Aiksaurus.cpp:200:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 200 | const char* ThesaurusImpl::next(int& id) throw(AiksaurusException) | ^~~~~ -
Aiksaurus.cpp:223:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 223 | const char* ThesaurusImpl::similar() throw(AiksaurusException) | ^~~~~ -
Aiksaurus.cpp:267:16: warning: catching polymorphic type 'class std::bad_alloc' by value [-Wcatch-value=] 267 | catch(std::bad_alloc) | ^~~~~~~~~ -
Aiksaurus.cpp:284:16: warning: catching polymorphic type 'class std::bad_alloc' by value [-Wcatch-value=] 284 | catch(std::bad_alloc) | ^~~~~~~~~ -
AiksaurusGTK_history.cpp:131:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 131 | while (d_forward.size() > 200) | ^~~~~ -
AiksaurusGTK_history.cpp:153:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 153 | while (d_back.size() > 200) | ^~~~~ -
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^ -
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~~~~~ -
Toolbar.h:59:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 59 | void _updateNavigation() throw(std::bad_alloc); | ^~~~~ -
Toolbar.h:78:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 78 | Toolbar(DialogMediator& mediator, GtkWidget* window) throw(std::bad_alloc); | ^~~~~ -
Toolbar.h:85:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 85 | void search(const char* str) throw(std::bad_alloc); | ^~~~~ -
Display.h:32:69: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 32 | void _handleClick(bool isDoubleClick, const char* text) throw(std::bad_alloc); | ^~~~~ -
Display.h:37:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 37 | throw(std::bad_alloc); | ^~~~~ -
Display.h:39:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 39 | void _displayResults(const char* word) throw(Exception, std::bad_alloc); | ^~~~~ -
Display.h:40:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 40 | void _displayAlternatives() throw(Exception, std::bad_alloc); | ^~~~~ -
Display.h:42:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 42 | void _checkThesaurus() throw(Exception); | ^~~~~ -
Display.h:53:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | void search(const char* word) throw(std::bad_alloc); | ^~~~~ -
Meaning.h:27:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 27 | GdkEventButton *e, gpointer data) throw(std::bad_alloc); | ^~~~~ -
Meaning.h:32:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 32 | throw(std::bad_alloc); | ^~~~~ -
Display.cpp:76:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 76 | throw(std::bad_alloc) | ^~~~~ -
Display.cpp:101:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 101 | void Display::_displayResults(const char* word) throw(Exception, std::bad_alloc) | ^~~~~ -
Display.cpp:140:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 140 | void Display::_checkThesaurus() throw(Exception) | ^~~~~ -
Display.cpp:156:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 156 | throw(Exception, std::bad_alloc) | ^~~~~ -
Display.cpp:179:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 179 | void Display::search(const char* word) throw(std::bad_alloc) | ^~~~~ -
Display.cpp:200:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 200 | void Display::_handleClick(bool isDoubleClick, const char* text) throw(std::bad_alloc) | ^~~~~ -
AiksaurusGTK.cpp:57:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 57 | void setInitialMessage(const char* message) throw(std::bad_alloc); | ^~~~~ -
AiksaurusGTK.cpp:87:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 87 | void DialogImpl::setInitialMessage(const char* message) throw(std::bad_alloc) | ^~~~~ -
AiksaurusGTK.cpp:205:20: warning: catching polymorphic type 'class std::bad_alloc' by value [-Wcatch-value=] 205 | catch(std::bad_alloc) { | ^~~~~~~~~ -
AiksaurusGTK.cpp:236:20: warning: catching polymorphic type 'class std::bad_alloc' by value [-Wcatch-value=] 236 | catch(std::bad_alloc) { | ^~~~~~~~~ -
Meaning.cpp:29:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 29 | throw(bad_alloc) | ^~~~~ -
Meaning.cpp:145:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 145 | throw(std::bad_alloc) | ^~~~~ -
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^ -
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~~~~~ -
Toolbar.cpp:29:67: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 29 | Toolbar::Toolbar(DialogMediator& mediator, GtkWidget* window) throw(std::bad_alloc) | ^~~~~ -
Toolbar.cpp:99:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 99 | void Toolbar::_updateNavigation() throw(std::bad_alloc) | ^~~~~ -
Toolbar.cpp:118:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 118 | void Toolbar::search(const char* str) throw(std::bad_alloc) | ^~~~~