acimpoeru / google-glog

Automatically exported from code.google.com/p/google-glog
Other
0 stars 0 forks source link

Warning Reduction... #213

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Maybe nice to compile without warning

Original comment by yann.ste...@gmail.com on 10 Jul 2014 at 10:31