Skip to content

Commit

Permalink
Fix build with logging disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
rojer committed Nov 24, 2021
1 parent 629e4cc commit ec3e6e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mgos_sys_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ static bool load_config(const char *name, struct mg_str cfg_data,
result = false;
}
free(acl_copy);
(void) name;
return result;
}

Expand Down

0 comments on commit ec3e6e2

Please sign in to comment.