FreeRDP/libfreerdp/codec/test
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
..
.gitignore libfreerdp-codec: start unit tests for RDP6 planar compressor 2013-11-25 18:58:01 -05:00
CMakeLists.txt First shot on fixing over linking 2016-03-29 18:14:34 +02:00
rfx.bmp libfreerdp-codec: add some RemoteFX test data 2014-02-11 13:30:33 -05:00
test01.bmp libfreerdp-codec: start unit tests for RDP6 planar compressor 2013-11-25 18:58:01 -05:00
TestFreeRDPCodecClear.c fix string format specifiers 2016-12-16 13:48:43 +01:00
TestFreeRDPCodecMppc.c Fixed tests and dead store warnings. 2017-03-28 16:49:56 +02:00
TestFreeRDPCodecNCrush.c Fixed tests and dead store warnings. 2017-03-28 16:49:56 +02:00
TestFreeRDPCodecPlanar.c Fixed clang malloc integer overflow warnings. 2017-07-20 09:29:48 +02:00
TestFreeRDPCodecProgressive.c fix clang warnings, directly include wtypes.h (#4097) 2017-08-29 09:09:38 +02:00
TestFreeRDPCodecRemoteFX.c libfreerdp-codec: add some RemoteFX test data 2014-02-11 13:30:33 -05:00
TestFreeRDPCodecXCrush.c fix string format specifiers 2016-12-16 13:48:43 +01:00
TestFreeRDPCodecZGfx.c Fixed tests and dead store warnings. 2017-03-28 16:49:56 +02:00
TestFreeRDPRegion.c Scanbuild warning, argument checks and leak fixes. 2017-03-02 18:13:43 +01:00