fix compile on ubuntu

This commit is contained in:
Jeff Becker 2018-11-07 11:01:01 -05:00
parent 7090a012f3
commit d9e4e139ed
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ main(int argc, char *argv[])
{
int code = 1;
char cwd[1024];
getcwd(cwd, sizeof(cwd));
(void)getcwd(cwd, sizeof(cwd));
llarp::LogInfo("Starting up server at ", cwd);
const char *conffname = handleBaseCmdLineArgs(argc, argv);