FreeRDP/channels/tsmf/client
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
..
alsa fix string format specifiers 2016-12-16 13:48:43 +01:00
ffmpeg Merge pull request #3847 from akallabeth/ffmpeg_define_fix 2017-03-09 11:35:31 +01:00
gstreamer fix clang warnings, directly include wtypes.h (#4097) 2017-08-29 09:09:38 +02:00
oss fix string format specifiers 2016-12-16 13:48:43 +01:00
pulse bug fix 2017-02-08 11:12:04 +08:00
CMakeLists.txt cmake: replaced STATIC_CHANNELS with BUILTIN_CHANNELS 2016-06-15 13:36:27 +02:00
tsmf_audio.c Code style changed. 2015-05-28 00:00:25 +03:00
tsmf_audio.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
tsmf_codec.c fix string format specifiers 2016-12-16 13:48:43 +01:00
tsmf_codec.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
tsmf_constants.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
tsmf_decoder.c - Use decodebin2 instead of old decodebin - decodebin has issues 2015-09-17 16:20:08 -05:00
tsmf_decoder.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
tsmf_ifman.c Merge branch 'patch-2' of https://github.com/AMV007/FreeRDP into AMV007-patch-2 2017-01-17 10:03:05 +01:00
tsmf_ifman.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
tsmf_main.c resolve an issue found by cppcheck: 2017-05-31 14:32:59 +05:00
tsmf_main.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
tsmf_media.c Fixed clang malloc integer overflow warnings. 2017-07-20 09:29:48 +02:00
tsmf_media.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
tsmf_types.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00