FreeRDP/channels
Bernhard Miklautz 0cdb4f7924 Fix compiler warnings
gcc (Debian 4.9.2-10) 4.9.2

winpr/libwinpr/thread/argv.c: In function ‘CommandLineToArgvA’:
winpr/libwinpr/thread/argv.c:94:6: warning: unused variable ‘index’ [-Wunused-variable]
  int index;

winpr/libwinpr/file/test/TestFileGetStdHandle.c: In function ‘TestFileGetStdHandle’:
winpr/libwinpr/file/test/TestFileGetStdHandle.c:44:2: warning: implicit
	declaration of function ‘CloseHandle’ [-Wimplicit-function-declaration]
  CloseHandle(stdout);
    ^
libfreerdp/codec/test/TestFreeRDPRegion.c: In function ‘test_norbert2_case’:
libfreerdp/codec/test/TestFreeRDPRegion.c:697:6: warning: unused variable ‘i’ [-Wunused-variable]
  int i;

channels/cliprdr/server/cliprdr_main.c: In function ‘cliprdr_server_receive_format_list’:
channels/cliprdr/server/cliprdr_main.c:636:24: warning: unused variable ‘cliprdr’ [-Wunused-variable]
  CliprdrServerPrivate* cliprdr = (CliprdrServerPrivate*) context->handle;
                        ^
channels/cliprdr/server/cliprdr_main.c: In function ‘cliprdr_server_init’:
channels/cliprdr/server/cliprdr_main.c:1097:24: warning: unused variable ‘cliprdr’ [-Wunused-variable]
  CliprdrServerPrivate* cliprdr = (CliprdrServerPrivate*) context->handle;
2015-11-09 19:26:34 +01:00
..
audin Merge pull request #2859 from akallabeth/resource_leak_fix 2015-09-15 14:45:42 +02:00
client Add build-config.h 2015-11-09 15:54:22 +01:00
cliprdr Fix compiler warnings 2015-11-09 19:26:34 +01:00
disp Remove WIN32ERROR type 2015-08-27 05:38:20 -07:00
drdynvc afreerdp: fix build warnings 2015-09-22 11:53:50 -04:00
drive Fixed memory leak. 2015-08-28 11:01:34 +02:00
echo Remove WIN32ERROR type 2015-08-27 05:38:20 -07:00
encomsp Remove WIN32ERROR type 2015-08-27 05:38:20 -07:00
parallel Remove WIN32ERROR type 2015-08-27 05:38:20 -07:00
printer Remove WIN32ERROR type 2015-08-27 05:38:20 -07:00
rail Remove WIN32ERROR type 2015-08-27 05:38:20 -07:00
rdpdr Fixed possible memory leak. 2015-09-01 12:34:40 +02:00
rdpei Remove WIN32ERROR type 2015-08-27 05:38:20 -07:00
rdpgfx Generalized rdpgfx_decode to work with all codecs. 2015-09-03 12:11:15 +02:00
rdpsnd server: Fix several memory leak while running valgrind on freerdp-shadow 2015-09-17 01:02:22 +08:00
remdesk Remove WIN32ERROR type 2015-08-27 05:38:20 -07:00
serial Remove WIN32ERROR type 2015-08-27 05:38:20 -07:00
server Add server-side RDPEI 2014-11-20 22:19:29 +01:00
smartcard Dont use invalid/bogus input value for cbAtrLen for Smartcard Status Calls, instead just always use the max value here to indicate we have max 2015-09-18 16:55:06 -05:00
tsmf channels/tsmf/client/ffmpeg: Fix build with ffmpeg git master. 2015-09-17 10:36:44 +02:00
urbdrc Remove WIN32ERROR type 2015-08-27 05:38:20 -07:00
CMakeLists.txt build: cmake 3.1 compatibility 2014-12-12 19:26:22 +01:00