xiaoxiang781216 commented on code in PR #11739: URL: https://github.com/apache/nuttx/pull/11739#discussion_r1498514487
########## fs/hostfs/hostfs.c: ########## @@ -590,6 +593,7 @@ static int hostfs_ioctl(FAR struct file *filep, int cmd, unsigned long arg) fs = inode->i_private; DEBUGASSERT(fs != NULL); + UNUSED(fs); Review Comment: the assert look like unnecessary, let's remove it? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
