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/09/24 10:25:38 UTC

[GitHub] [incubator-nuttx] davids5 opened a new pull request #1889: cstdio:Fixed compile error with CONFIG_STDIO_DISABLE_BUFFERING lit.

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


   ## Summary
   
      Resolves compiler error introduced by 57dfb9 when using cpp with CONFIG_STDIO_DISABLE_BUFFERING lit.
   
     ```
     NuttX/nuttx/include/cxx/cstdio:79:11: error: '::setbuf' has not been declared
      using ::setbuf;
   ```
   
   
   ## Impact
   
   Build completes
   
   ## Testing
   
   compile px4io_firmware (F100, using CPP)
   


----------------------------------------------------------------
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] jerpelea commented on pull request #1889: cstdio:Fixed compile error with CONFIG_STDIO_DISABLE_BUFFERING lit.

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


   LGTM


----------------------------------------------------------------
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] jerpelea merged pull request #1889: cstdio:Fixed compile error with CONFIG_STDIO_DISABLE_BUFFERING lit.

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


   


----------------------------------------------------------------
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] jerpelea merged pull request #1889: cstdio:Fixed compile error with CONFIG_STDIO_DISABLE_BUFFERING lit.

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


   


----------------------------------------------------------------
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] jerpelea commented on pull request #1889: cstdio:Fixed compile error with CONFIG_STDIO_DISABLE_BUFFERING lit.

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


   LGTM


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