From: Andrei Pavel Date: Fri, 18 Aug 2017 08:40:53 +0000 (+0300) Subject: another throw bites the dust X-Git-Tag: trac5524_base~16^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7ea23d66f7c699467dbc03c51a5002368ed7188;p=thirdparty%2Fkea.git another throw bites the dust --- diff --git a/src/lib/cc/data.cc b/src/lib/cc/data.cc index 836923a5d9..70a0b38e8a 100644 --- a/src/lib/cc/data.cc +++ b/src/lib/cc/data.cc @@ -342,7 +342,7 @@ skipTo(std::istream& in, const std::string& file, int& line, // error on the rest)? std::string strFromStringstream(std::istream& in, const std::string& file, - const int line, int& pos) throw (JSONError) + const int line, int& pos) { std::stringstream ss; int c = in.get();