pkarashchenko commented on code in PR #12817:
URL: https://github.com/apache/nuttx/pull/12817#discussion_r1699385400


##########
fs/procfs/fs_procfsmeminfo.c:
##########
@@ -279,6 +279,9 @@ static ssize_t meminfo_read(FAR struct file *filep, FAR 
char *buffer,
   size_t copysize;
   size_t totalsize;
   off_t offset;
+#ifdef CONFIG_BUILD_PROTECTED
+  void *ptr;

Review Comment:
   ```suggestion
     FAR void *ptr;
   ```



-- 
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]

Reply via email to