FreeRDP/libfreerdp/primitives/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-primitives: migrate tests to ctest 2014-09-04 15:46:20 -04:00
CMakeLists.txt Fixed color conversion, unified GFX and updated API. 2016-10-06 13:42:58 +02:00
measure.h Removed unused profiler. 2017-01-31 14:18:28 +01:00
prim_test.c Fixed color conversion, unified GFX and updated API. 2016-10-06 13:42:58 +02:00
prim_test.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
TestPrimitivesAdd.c Updated primitives API and tests. 2016-10-06 13:43:00 +02:00
TestPrimitivesAlphaComp.c fix clang warnings, directly include wtypes.h (#4097) 2017-08-29 09:09:38 +02:00
TestPrimitivesAndOr.c fix string format specifiers 2016-12-16 13:48:43 +01:00
TestPrimitivesColors.c Fixed a few compiler warnings 2017-07-10 17:52:05 +02:00
TestPrimitivesCopy.c fix string format specifiers 2016-12-16 13:48:43 +01:00
TestPrimitivesSet.c fix string format specifiers 2016-12-16 13:48:43 +01:00
TestPrimitivesShift.c Updated primitives API and tests. 2016-10-06 13:43:00 +02:00
TestPrimitivesSign.c Fixed primitives sign test buffer size. 2017-02-13 16:09:57 +01:00
TestPrimitivesYCbCr.c Fixed uninitialized values. 2017-07-20 09:35:41 +02:00
TestPrimitivesYCoCg.c Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
TestPrimitivesYUV.c Added surface width and heigth for YUV combine. 2017-04-18 14:12:40 +02:00