Skip to content

Commit

Permalink
misc: Fix cppcheck 1.82 + 1.90 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
matt335672 committed Jan 19, 2020
1 parent 627da8d commit 16c20dc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 364 deletions.
2 changes: 0 additions & 2 deletions tests/tcp_proxy/main.c
Expand Up @@ -37,8 +37,6 @@ int g_rem_io_count = 0; // bytes read from remote port
static int g_terminated = 0;
static char g_buf[1024 * 32];

#define
#define

typedef unsigned short tui16;

Expand Down
266 changes: 0 additions & 266 deletions vrplayer/decoderthread.cpp

This file was deleted.

95 changes: 0 additions & 95 deletions vrplayer/decoderthread.h

This file was deleted.

2 changes: 1 addition & 1 deletion xrdpapi/xrdp-ssh-agent.c
Expand Up @@ -267,7 +267,7 @@ handle_connection(int client_fd)
}
if (retlen != sizeof(rdp_fd))
{
fprintf(stderr, "WTSVirtualChannelQuery() returned wrong length %d\n",
fprintf(stderr, "WTSVirtualChannelQuery() returned wrong length %u\n",
retlen);
}
rdp_fd = *retdata;
Expand Down

0 comments on commit 16c20dc

Please sign in to comment.