You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/05/27 03:46:21 UTC

[GitHub] [incubator-nuttx] meerd opened a new pull request #1122: fs/nfs/nfs_util.c: Fix compilation error

meerd opened a new pull request #1122:
URL: https://github.com/apache/incubator-nuttx/pull/1122


   ## Summary
   The build gets broken when both the NFS and DEBUG_FS_ERROR configurations enabled. This tiny change fixes the compilation error.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] patacongo merged pull request #1122: fs/nfs/nfs_util.c: Fix compilation error

Posted by GitBox <gi...@apache.org>.
patacongo merged pull request #1122:
URL: https://github.com/apache/incubator-nuttx/pull/1122


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] patacongo commented on pull request #1122: fs/nfs/nfs_util.c: Fix compilation error

Posted by GitBox <gi...@apache.org>.
patacongo commented on pull request #1122:
URL: https://github.com/apache/incubator-nuttx/pull/1122#issuecomment-633686660


   I push a change to fix the style failures.  There is still on that is not fixable:
   
       fs/nfs/nfs_util.c:69:39: error: C++ style comment
   
   which results from the line:
   
       /* This logic just supports "//" sequences in the path name */
   
   (took me a couple of tries to get everything straightened, but I think we are good).
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org