Skip to content

Commit

Permalink
void unused arg
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisBiryukov91 committed Jun 18, 2024
1 parent ae8db8b commit 713fdb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/z_api_alignment_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ void zid_handler(const z_id_t *id, void *arg) {

volatile unsigned int hellos = 0;
void hello_handler(const z_loaned_hello_t *hello, void *arg) {
(void)hello;
(void)(arg);
printf("%s\n", __func__);
hellos++;
Expand Down

0 comments on commit 713fdb1

Please sign in to comment.