FreeRDP/rdtk/librdtk
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 fix string format specifiers 2016-12-16 13:48:43 +01:00
CMakeLists.txt Don't export/install rdtk 2016-05-02 16:10:31 +02:00
rdtk_button.c free can handle NULL perfectly fine 2015-05-11 09:07:39 +02:00
rdtk_button.h librdtk: improve text positioning 2014-10-01 12:18:17 -04:00
rdtk_engine.c librdtk: improve text positioning 2014-10-01 12:18:17 -04:00
rdtk_engine.h librdtk: improve text positioning 2014-10-01 12:18:17 -04:00
rdtk_font.c fix clang warnings, directly include wtypes.h (#4097) 2017-08-29 09:09:38 +02:00
rdtk_font.h librdtk: improve text positioning 2014-10-01 12:18:17 -04:00
rdtk_label.c free can handle NULL perfectly fine 2015-05-11 09:07:39 +02:00
rdtk_label.h librdtk: improve text positioning 2014-10-01 12:18:17 -04:00
rdtk_nine_patch.c Fixed argument checks, formatting. 2017-03-03 14:11:28 +01:00
rdtk_nine_patch.h librdtk: improve text positioning 2014-10-01 12:18:17 -04:00
rdtk_resources.c rdtk: remove redundant casts 2015-03-25 17:38:20 +01:00
rdtk_resources.h librdtk: stub NinePatch, TextField and Button 2014-09-30 14:54:36 -04:00
rdtk_surface.c Fixed clang malloc integer overflow warnings. 2017-07-20 09:29:48 +02:00
rdtk_surface.h build: fix compiler warnings 2015-03-03 19:36:54 +01:00
rdtk_text_field.c free can handle NULL perfectly fine 2015-05-11 09:07:39 +02:00
rdtk_text_field.h librdtk: improve text positioning 2014-10-01 12:18:17 -04:00