13 lines
497 B
Plaintext
13 lines
497 B
Plaintext
tree 17e11a5dc0c020c62a1b388997719676c2e68db9
|
|
parent 440e81db0b60dc873c23a10b31287479a3409b17
|
|
author Will Storey <will@summercat.com> 1521436895 -0700
|
|
committer Tianqi Chen <tqchen@users.noreply.github.com> 1521436895 -0700
|
|
|
|
Allow compiling with -Werror=strict-prototypes (#56)
|
|
|
|
Without this, with gcc 7.3.0, we see things like:
|
|
|
|
/xgboost/include/xgboost/c_api.h:98:1: error: function
|
|
declaration isn't a prototype [-Werror=strict-prototypes]
|
|
XGB_DLL const char *XGBGetLastError();
|
|
^~~~~~~ |