Fix build failures on CentOS 6
The older C++ compiler doesn't support struct initialization with explicit values. In addition to this, fixed a few other warnings that caused errors.
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
namespace
|
||||
{
|
||||
|
||||
struct
|
||||
static struct
|
||||
{
|
||||
bool initialized;
|
||||
int pipe_flags;
|
||||
|
Reference in New Issue
Block a user