FreeRDP/winpr/libwinpr
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
..
asn1 Fixed leaks, NULL dereferences and broken init. 2015-06-23 21:29:21 +02:00
bcrypt Simplified random byte stream generation code to use SSL RAND_bytes() and also eliminated two more compiler warnings. 2015-05-05 12:33:44 -04:00
clipboard clipboard: fix of by one error on cleanup 2015-06-25 11:53:03 +02:00
com winpr: always build "monolitic" 2014-07-10 11:10:58 +02:00
comm Merge pull request #2859 from akallabeth/resource_leak_fix 2015-09-15 14:45:42 +02:00
credentials Added WITH_LIBRARY_VERSIONING, allowing to build shared libraries without 2014-07-11 11:53:58 +02:00
credui winpr: always build "monolitic" 2014-07-10 11:10:58 +02:00
crt Replaced snprintf with sprintf_s 2015-07-03 13:26:15 +02:00
crypto libwinpr-crypto: fix OpenSSL 1.0 HMAC API change 2015-10-13 09:54:59 -04:00
dsparse winpr: add checks for *alloc 2015-04-08 11:34:37 +02:00
environment winpr API: add EnvironmentBlockToEnvpA 2015-10-23 18:38:42 +02:00
error Fix unchecked CreateThread calls and misc fixes 2015-05-05 13:55:48 +02:00
file Fix compiler warnings 2015-11-09 19:26:34 +01:00
handle winpr/file: refactoring 2015-09-09 15:48:59 +02:00
heap free can handle NULL perfectly fine 2015-05-11 09:07:39 +02:00
input libwinpr-input: add missing VK_DECIMAL mapping of OS X keycode mapping of ABNT2 keyboard 2014-11-11 12:39:41 -05:00
interlocked Fix unchecked CreateMutex calls 2015-05-07 13:27:49 +02:00
io Handle API updated. 2015-07-03 09:52:52 +02:00
library Fix unchecked strdups 2015-06-22 19:09:59 +02:00
locale winpr: always build "monolitic" 2014-07-10 11:10:58 +02:00
memory winpr: always build "monolitic" 2014-07-10 11:10:58 +02:00
nt A malloc() pass on WinPR 2015-06-22 19:10:00 +02:00
path misc: integrate pull request feedback 2015-06-22 19:24:30 +02:00
pipe winpr/file: refactoring 2015-09-09 15:48:59 +02:00
pool Add checks for some XXX_New and XXX_Add functions 2015-05-18 11:28:00 +02:00
registry Remove unused variable 2015-08-05 18:38:50 +02:00
rpc winpr: make clean non-OpenSSL build possible (without schannel, makecert) 2015-10-09 15:57:41 -04:00
security winpr: always build "monolitic" 2014-07-10 11:10:58 +02:00
shell Fixed leaks, NULL dereferences and broken init. 2015-06-23 21:29:21 +02:00
smartcard wlog: rework, cleanup and stabilize API 2015-11-09 18:25:45 +01:00
sspi Add build-config.h 2015-11-09 15:54:22 +01:00
sspicli winpr/synch: remove the dependency on winsock.h 2015-07-14 11:39:41 +02:00
synch libwinpr-synch: fix broken FD_ISSET check caused by hidden type cast from int to char 2015-09-18 11:38:27 -04:00
sysinfo Fixed GetComputerNameExA and GetComputerNameA. 2015-08-25 17:43:22 +02:00
thread Fix compiler warnings 2015-11-09 19:26:34 +01:00
timezone winpr: always build "monolitic" 2014-07-10 11:10:58 +02:00
utils Adapt error level for debug messages 2015-11-09 18:27:38 +01:00
winhttp winpr: always build "monolitic" 2014-07-10 11:10:58 +02:00
winsock WSAEvent fixes ported from realjiangms pull 2870. 2015-09-05 15:18:01 +02:00
wnd Fix unchecked strdups 2015-06-22 19:09:59 +02:00
wtsapi winpr/wtsapi: disable tests that block on windows 2015-06-22 19:09:59 +02:00
CMakeLists.txt Added the shell function GetUserProfileDirectory to WinPR. 2015-03-04 16:56:48 -05:00
dummy.c freerdp: various missing link dependencies and symbol exports 2013-09-03 21:48:26 -04:00
log.h Moved logging defines to main logger. 2014-09-09 16:32:04 +02:00