Skip to content

Commit

Permalink
fix no return error
Browse files Browse the repository at this point in the history
  • Loading branch information
judfs committed Oct 29, 2024
1 parent d8e07eb commit 373e0a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lcm-logger/lcm_logger.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ static int64_t get_free_disk_bytes(const char *path_on_disk)
#ifdef WIN32
// Not implemented; logger->disk_quota should be 0.
assert(false);
return -1;
#else
/*
* > f_bsize: Filesystem block size
Expand Down

0 comments on commit 373e0a5

Please sign in to comment.