Skip to content

Commit

Permalink
WOLFSSH_UNUSED
Browse files Browse the repository at this point in the history
  • Loading branch information
anhu committed Jun 3, 2024
1 parent 1697d60 commit ec4909b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wolfssh/test.h
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,8 @@ static INLINE void build_addr(SOCKADDR_IN_T* addr, const char* peer,

static INLINE void tcp_socket(WS_SOCKET_T* sockFd, int targetProtocol)
{
/* targetProtocol is only used if none of these platforms are defined. */
WOLFSSH_UNUSED(targetProtocol);
#ifdef MICROCHIP_MPLAB_HARMONY
/* creates socket in listen or connect */
*sockFd = 0;
Expand Down

0 comments on commit ec4909b

Please sign in to comment.