mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
fixed compilation warnings in YACReader.pro, at least using vc++ compiler
This commit is contained in:
@ -220,7 +220,7 @@ Logger::Helper::~Helper()
|
||||
catch(std::exception&) {
|
||||
// you shouldn't throw exceptions from a sink
|
||||
assert(!"exception in logger helper destructor");
|
||||
throw;
|
||||
//CHANGED throw;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user