mkj commented on PR #3532: URL: https://github.com/apache/nuttx-apps/pull/3532#issuecomment-4708665936
I'm not keen on changing Dropbear's style. On other compilers Dropbear makes it a no-op. ```c #ifdef UNUSED #elif defined(__GNUC__) # define UNUSED(x) UNUSED_ ## x __attribute__((unused)) #elif defined(__LCLINT__) # define UNUSED(x) /*@unused@*/ x #else # define UNUSED(x) x #endif ``` -- 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]
