JorgeGzm opened a new pull request, #2295:
URL: https://github.com/apache/nuttx-apps/pull/2295

   ## Summary
   fix build warning of PR [11698](https://github.com/apache/nuttx/pull/11698).
   
   ```
     Cleaning...
     Configuring...
     Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
     Enabling CONFIG_ARM_TOOLCHAIN_CLANG
     Building NuttX...
   Error: nuttx/porttimer_m.c:117:30: error: a function declaration without a 
prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
     117 | void xMBMasterPortTimersClose()
         |                              ^
         |                               void
   Error: nuttx/porttimer_m.c:171:32: error: a function declaration without a 
prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
     171 | void vMBMasterPortTimersDisable()
         |                                ^
         |                                 void
   2 errors generated.
   ```
   ## Impact
   Fix build modbus master warning
   
   ## Testing
   
   ```
   nuttx$  ./tools/configure.sh linum-stm32h753bi:modbus_master
   nuttx$  make v=1


-- 
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: commits-unsubscr...@nuttx.apache.org

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

Reply via email to