Skip to content

Commit

Permalink
Fix some wwarnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanem committed Dec 17, 2024
1 parent b04501d commit 672fc1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/net_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -1551,7 +1551,7 @@ static bool client_is_extern (const mg_addr *addr)
static bool client_handler (mg_connection *c, intptr_t service, int ev)
{
const mg_addr *addr = &c->rem;
const char *ip, *is_tls = "";
const char *is_tls = "";
mg_host_name addr_buf;
unique_IP *unique;

Expand Down
1 change: 0 additions & 1 deletion src/speech.c
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,6 @@ static DWORD WINAPI speak_thread (void *arg)
bool speak_string (const char *fmt, ...)
{
char buf [10000];
char *p = buf;
va_list args;

va_start (args, fmt);
Expand Down

0 comments on commit 672fc1e

Please sign in to comment.