FreeRDP/winpr/libwinpr/utils/wlog
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
..
Appender.c fix string format specifiers 2016-12-16 13:48:43 +01:00
Appender.h wlog: rework, cleanup and stabilize API 2015-11-09 18:25:45 +01:00
BinaryAppender.c fix string format specifiers 2016-12-16 13:48:43 +01:00
BinaryAppender.h Fixed default visibility. 2016-02-26 19:44:14 +01:00
CallbackAppender.c Initialise WLog PrefixString for each message type. 2016-07-05 13:00:54 +02:00
CallbackAppender.h wlog: rework, cleanup and stabilize API 2015-11-09 18:25:45 +01:00
ConsoleAppender.c Fixed tests and dead store warnings. 2017-03-28 16:49:56 +02:00
ConsoleAppender.h wlog: rework, cleanup and stabilize API 2015-11-09 18:25:45 +01:00
DataMessage.c wlog: rework, cleanup and stabilize API 2015-11-09 18:25:45 +01:00
DataMessage.h wlog: rework, cleanup and stabilize API 2015-11-09 18:25:45 +01:00
FileAppender.c Fixed GetEnvironmentVariable. 2017-03-03 12:43:00 +01:00
FileAppender.h wlog: rework, cleanup and stabilize API 2015-11-09 18:25:45 +01:00
ImageMessage.c wlog: rework, cleanup and stabilize API 2015-11-09 18:25:45 +01:00
ImageMessage.h wlog: rework, cleanup and stabilize API 2015-11-09 18:25:45 +01:00
JournaldAppender.c Fixed GetEnvironmentVariable. 2017-03-03 12:43:00 +01:00
JournaldAppender.h wlog: rework, cleanup and stabilize API 2015-11-09 18:25:45 +01:00
Layout.c Fix format string is not a string literal 2017-03-14 10:56:00 +01:00
Layout.h wlog: rework, cleanup and stabilize API 2015-11-09 18:25:45 +01:00
Message.c fix string format specifiers 2016-12-16 13:48:43 +01:00
Message.h wlog: rework, cleanup and stabilize API 2015-11-09 18:25:45 +01:00
PacketMessage.c fix clang warnings, directly include wtypes.h (#4097) 2017-08-29 09:09:38 +02:00
PacketMessage.h wlog: rework, cleanup and stabilize API 2015-11-09 18:25:45 +01:00
SyslogAppender.c wlog: rework, cleanup and stabilize API 2015-11-09 18:25:45 +01:00
SyslogAppender.h wlog: rework, cleanup and stabilize API 2015-11-09 18:25:45 +01:00
TextMessage.c wlog: rework, cleanup and stabilize API 2015-11-09 18:25:45 +01:00
UdpAppender.c Fixed GetEnvironmentVariable. 2017-03-03 12:43:00 +01:00
UdpAppender.h wlog: rework, cleanup and stabilize API 2015-11-09 18:25:45 +01:00
wlog.c Fixed GetEnvironmentVariable. 2017-03-03 12:43:00 +01:00
wlog.h Remember filter log level. 2016-03-02 19:07:32 +01:00