FelipeMdeO commented on PR #3532: URL: https://github.com/apache/nuttx-apps/pull/3532#issuecomment-4760392658
> > > Guys, I opened the following discussion in the dropbear's repo: [mkj/dropbear#440](https://github.com/mkj/dropbear/issues/440) > > > > > > @FelipeMdeO I try a porting in the last week but doesn't require so many patch/hack to dropbear code base. So could you split the real change require to port dropbear from the pure improvement? > > Yes, I think we don't need to change the UNUSED() macro neither its position, since it won't be included into NuttX code base, but just compiled as external app. I tried the #undef UNUSED approach but it doesn't work in our setup. The problem is that dropbear_nshsession.c includes both Dropbear headers and nsh_console.h, which uses UNUSED() in a function body. I cannot find other solution. -- 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]
