Eliminate some warnings from building testing.

This commit is contained in:
Gregory Nutt
2017-11-02 17:27:48 -06:00
parent e52bc92238
commit 29309e63aa
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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 */