You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Windows Operating System
2. Visual Studio 2013
3. Intel Compiler C++ 14.0
warning #809: exception specification for virtual function
"google::NullStreamFatal::~NullStreamFatal" is incompatible with that of
overridden function "std::ios_base::~ios_base"
8> ~NullStreamFatal() { _exit(1); }
A simple warning but warnings which prevent the project to be warning off.
Original issue reported on code.google.com by yann.ste...@gmail.com on 3 Jun 2014 at 4:35
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
yann.ste...@gmail.com
on 3 Jun 2014 at 4:35The text was updated successfully, but these errors were encountered: