Allow compilation with -Werror=strict-prototypes (#3183)
This commit is contained in:
parent
9fa45d3a9c
commit
c85995952f
@ -95,7 +95,7 @@ XGB_EXTERN_C typedef int XGBCallbackDataIterNext(
|
|||||||
* this function is thread safe and can be called by different thread
|
* this function is thread safe and can be called by different thread
|
||||||
* \return const char* error information
|
* \return const char* error information
|
||||||
*/
|
*/
|
||||||
XGB_DLL const char *XGBGetLastError();
|
XGB_DLL const char *XGBGetLastError(void);
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \brief load a data matrix
|
* \brief load a data matrix
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user