incubator-nuttx/fs/mount
YAMAMOTO Takashi 1078210f7f fs/mount/fs_mount.c: Remove a redandunt assignment
Found by clang-check:

mount/fs_mount.c:287:8: warning: Although the value stored to 'ret' is used in
      the enclosing expression, the value is never actually read from 'ret'
      (ret = find_blockdriver(source, mountflags, &drvr_inode)) >= 0)
       ^     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
2020-07-30 08:59:46 +02:00
..
Make.defs Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
fs_automount.c fs: Implement lstat function 2020-06-30 13:09:58 -06:00
fs_foreachmountpoint.c fix nxstyle warning 2020-07-10 21:30:02 +01:00
fs_gettype.c Addes the ARM mbed littlefs to NuttX 2019-01-09 14:26:51 -06:00
fs_mount.c fs/mount/fs_mount.c: Remove a redandunt assignment 2020-07-30 08:59:46 +02:00
fs_procfs_mount.c fix nxstyle warning 2020-07-10 21:30:02 +01:00
fs_umount2.c fs: Add nx_mount/nx_umount2 function 2020-05-08 07:20:49 -06:00
mount.h Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00