patrickfrey / strusAnalyzer

Library for document analysis (segmentation, tokenization, normalization, aggregation) with the goal to get a set of items that can be inserted into a strus storage. Also some functions for analysing tokens or phrases of the strus query are provided.
http://www.project-strus.net
Mozilla Public License 2.0
3 stars 0 forks source link

C++11 dynamic exceptions warning in textwolf header files #60

Open andreasbaumann opened 7 years ago

andreasbaumann commented 7 years ago
In file included from /home/abaumann/projects/strus/strusAnalyzer/3rdParty/textwolf/include/textwolf/xmlpathselect.hpp:16:0,
                 from /home/abaumann/projects/strus/strusAnalyzer/include/private/xpathAutomaton.hpp:10,
                 from /home/abaumann/projects/strus/strusAnalyzer/src/segmenter_cjson/segmenter.hpp:13,
                 from /home/abaumann/projects/strus/strusAnalyzer/src/segmenter_cjson/libstrus_segmenter_cjson.cpp:11:
/home/abaumann/projects/strus/strusAnalyzer/3rdParty/textwolf/include/textwolf/xmlscanner.hpp:61:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]

Seen on ArchLinux with gcc (GCC) 7.1.1 20170630

patrickfrey commented 7 years ago

Tried to fix it.