mirror of https://gitee.com/bigwinds/arangodb
fixed compile warning
This commit is contained in:
parent
c9dabaca86
commit
bfbf7de9d3
|
@ -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