FreeRDP/libfreerdp/common
Bernhard Miklautz 52fbfb7b12 fix clang warnings, directly include wtypes.h (#4097)
* build: clang use -Wno-unused-command-line-argument

With clang 5.0 builds are quite noisy otherwise.

* Directly include wtypes.h

Directly include winpr/wtypes.h where _fseeki64 or _ftelli64 is used.

* fix build warnings with clang 5

clang version: 5.0.0-svn310678-1~exp1 (branches/release_50)
Warning: parentheses-equality

* fix build warnings with clang 5

clang version: 5.0.0-svn310678-1~exp1 (branches/release_50)
Warning: tautological-compare

* fix build warnings with clang 5

clang version: 5.0.0-svn310678-1~exp1 (branches/release_50)
Warning:
incompatible pointer types passing 'size_t *' (aka 'unsigned
long *') to parameter of type 'UINT32 *' (aka 'unsigned int *')
[-Wincompatible-pointer-types]
2017-08-29 09:09:38 +02:00
..
test Merge pull request #3665 from realjiangms/fix_ssl_add_all_digests 2017-01-13 09:46:14 +01:00
addin.c Fixed addin tables and casts. 2017-04-10 10:38:57 +02:00
assistance.c fix clang warnings, directly include wtypes.h (#4097) 2017-08-29 09:09:38 +02:00
CMakeLists.txt First shot on fixing over linking 2016-03-29 18:14:34 +02:00
settings.c Fixed clang malloc integer overflow warnings. 2017-07-20 09:29:48 +02:00