pass pedantic

This commit is contained in:
tqchen 2014-08-28 08:40:34 -07:00
parent 8100006483
commit 776e4627de
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ export CC = gcc
export CXX = g++
export LDFLAGS= -pthread -lm
export CFLAGS = -Wall -O3 -msse2 -Wno-unknown-pragmas -fPIC
export CFLAGS = -Wall -O3 -msse2 -Wno-unknown-pragmas -fPIC
ifeq ($(no_omp),1)
CFLAGS += -DDISABLE_OPENMP

View File

@ -31,7 +31,7 @@
#define _FILE_OFFSET_BITS 64
extern "C" {
#include <sys/types.h>
};
}
#endif
#ifdef _MSC_VER

View File

@ -265,4 +265,4 @@ extern "C"{
}
return static_cast<Booster*>(handle)->GetModelDump(featmap, false, len);
}
};
}