FreeRDP/winpr/libwinpr/utils/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 libwinpr-utils: started command-line parser 2012-11-02 00:20:46 -04:00
CMakeLists.txt Added proper bitmap and png image test. 2015-04-19 12:29:28 +02:00
lodepng_32bit.bmp Added proper bitmap and png image test. 2015-04-19 12:29:28 +02:00
lodepng_32bit.png Added proper bitmap and png image test. 2015-04-19 12:29:28 +02:00
TestArrayList.c fix string format specifiers 2016-12-16 13:48:43 +01:00
TestBacktrace.c fix string format specifiers 2016-12-16 13:48:43 +01:00
TestBipBuffer.c fix string format specifiers 2016-12-16 13:48:43 +01:00
TestBitStream.c stream: check stream_new in winpr and libfreerdp 2015-05-29 04:46:50 -07:00
TestBufferPool.c fix string format specifiers 2016-12-16 13:48:43 +01:00
TestCmdLine.c fix string format specifiers 2016-12-16 13:48:43 +01:00
TestHashTable.c fix string format specifiers 2016-12-16 13:48:43 +01:00
TestImage.c fix clang warnings, directly include wtypes.h (#4097) 2017-08-29 09:09:38 +02:00
TestIni.c libwinpr-utils: improve .ini file parser 2014-10-02 18:45:53 -04:00
TestLinkedList.c Fixed compiler warnings. 2017-02-16 13:17:49 +01:00
TestListDictionary.c fix string format specifiers 2016-12-16 13:48:43 +01:00
TestMessagePipe.c Fixed tests and dead store warnings. 2017-03-28 16:49:56 +02:00
TestMessageQueue.c fix string format specifiers 2016-12-16 13:48:43 +01:00
TestPrint.c wfreerdp: fix build on Windows 2013-03-29 00:33:15 -04:00
TestPubSub.c Add checks for some XXX_New and XXX_Add functions 2015-05-18 11:28:00 +02:00
TestQueue.c Add checks for some XXX_New and XXX_Add functions 2015-05-18 11:28:00 +02:00
TestStream.c fix string format specifiers 2016-12-16 13:48:43 +01:00
TestStreamPool.c libfreerdp-core: use stream pool 2013-04-12 13:44:23 -04:00
TestVersion.c Added get_build_config functions. 2016-01-28 14:26:50 +01:00
TestWLog.c fix string format specifiers 2016-12-16 13:48:43 +01:00
TestWLogCallback.c fix string format specifiers 2016-12-16 13:48:43 +01:00