mirror of https://gitee.com/bigwinds/arangodb
fixed compile warning
This commit is contained in:
parent
d0c05f6628
commit
d7c3ac13c9
|
@ -281,7 +281,7 @@ static void ListTreeRecursively (char const* full,
|
|||
/// @brief locates a environment given configuration directory
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
static char* LocateConfigDirectoryEnv () {
|
||||
static char* LocateConfigDirectoryEnv (void) {
|
||||
char const* v;
|
||||
char* r;
|
||||
|
||||
|
|
Loading…
Reference in New Issue