[UPDATE] Update rabit and threadlocal (#2114)
* [UPDATE] Update rabit and threadlocal * minor fix to make build system happy * upgrade requirement to g++4.8 * upgrade dmlc-core * update travis
This commit is contained in:
@@ -243,7 +243,7 @@ class LearnerImpl : public Learner {
|
||||
CHECK_NE(header, "bs64")
|
||||
<< "Base64 format is no longer supported in brick.";
|
||||
if (header == "binf") {
|
||||
CHECK_EQ(fp.Read(&header[0], 4), 4);
|
||||
CHECK_EQ(fp.Read(&header[0], 4), 4U);
|
||||
}
|
||||
}
|
||||
// use the peekable reader.
|
||||
|
||||
Reference in New Issue
Block a user