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/03/13 19:09:23 UTC

[GitHub] [incubator-nuttx-apps] Ouss4 commented on a change in pull request #121: apps/system/cle: Fix error when compiling with C89 compiler.

Ouss4 commented on a change in pull request #121: apps/system/cle:  Fix error when compiling with C89 compiler.
URL: https://github.com/apache/incubator-nuttx-apps/pull/121#discussion_r392419781
 
 

 ##########
 File path: system/cle/cle.c
 ##########
 @@ -798,6 +799,9 @@ static int cle_editloop(FAR struct cle_s *priv)
 
   for (; ; )
     {
+#if  1 /* Perhaps here should be a config switch */
 
 Review comment:
   Do you want to keep the PR open, or should it be merged?

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


With regards,
Apache Git Services