xiaoxiang781216 commented on code in PR #3532:
URL: https://github.com/apache/nuttx-apps/pull/3532#discussion_r3464136410
##########
netutils/dropbear/patch/0001-use-nuttx-unused-macro.patch:
##########
@@ -0,0 +1,291 @@
+--- a/src/chachapoly.c
++++ b/src/chachapoly.c
+@@ -43,11 +43,15 @@
+ const struct dropbear_cipher dropbear_chachapoly =
+ {&dummy, CHACHA20_KEY_LEN*2, CHACHA20_BLOCKSIZE};
+
+-static int dropbear_chachapoly_start(int UNUSED(cipher), const unsigned char*
UNUSED(IV),
Review Comment:
other compilers are better to disable the unused variable warning directly
instead modifying the origin code base.
--
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]