Skip to content

Commit

Permalink
ignoring unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanDierick authored and SanderMertens committed Jul 18, 2023
1 parent 9bd03e9 commit 896d190
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/addons/http.c
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ void http_sock_keep_alive(
static
void http_sock_nonblock(ecs_http_socket_t sock, bool enable) {
(void)sock;
(void)enable;
#ifdef ECS_TARGET_POSIX
int flags;
flags = fcntl(sock,F_GETFL,0);
Expand Down

0 comments on commit 896d190

Please sign in to comment.