xiaoxiang781216 commented on code in PR #2718:
URL: https://github.com/apache/nuttx-apps/pull/2718#discussion_r1800328028


##########
benchmarks/dhrystone/CMakeLists.txt:
##########
@@ -44,7 +44,10 @@ if(CONFIG_BENCHMARK_DHRYSTONE)
     endif()
   endif()
 
-  set(CFLAGS -DMSC_CLOCK)
+  set(CFLAGS

Review Comment:
   we made this modification because there is no way to disable it from 
-Wno-xxx option or it's too dangerous to disable it. For the minor warning, 
it's better to avoid patching the code before the change upstreamed.



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