Bernhard Miklautz
ddced3f3ca
Fix compiler warnings
clang version 3.9.1-svn281634-1~exp1 (branches/release_39)
freerdp-firerds/libfreerdp/core/channels.c:270:9: warning: returning
'const WtsApiFunctionTable *' (aka 'const struct _WtsApiFunctionTable *') from a function with
result type 'PWtsApiFunctionTable' (aka 'struct _WtsApiFunctionTable *') discards qualifiers
[-Wincompatible-pointer-types-discards-qualifiers]
return &FreeRDP_WtsApiFunctionTable;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
uwac/libuwac/uwac-display.c:502:12: warning: comparison of
unsigned enum expression < 0 is always false [-Wtautological-compare]
if (error < 0 || error >= UWAC_ERROR_LAST)
~~~~~ ^ ~
2016-10-06 13:43:15 +02:00
..
2016-02-23 14:09:53 +01:00
2016-03-29 18:14:34 +02:00
2016-10-06 13:43:15 +02:00
2016-02-25 00:41:19 +01:00
2016-02-23 14:09:53 +01:00
2016-02-23 14:09:53 +01:00
2016-02-23 14:09:53 +01:00
2016-02-23 14:09:53 +01:00
2016-02-23 14:09:53 +01:00
2016-02-23 14:09:53 +01:00
2016-02-23 14:09:53 +01:00
2016-10-06 13:42:58 +02:00