mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 10:46:28 +08:00
Eliminate some warnings from building testing.
This commit is contained in:
@@ -375,7 +375,7 @@ int losetup(FAR const char *devname, FAR const char *filename,
|
||||
FAR struct loop_struct_s *dev;
|
||||
struct stat sb;
|
||||
int ret;
|
||||
int fd;
|
||||
int fd = -1;
|
||||
|
||||
/* Sanity check */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user