FreeRDP/libfreerdp
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
..
cache Fixed missing NULL pointer checks. 2016-10-06 13:43:14 +02:00
codec Fixed memory leak and argument checks. 2016-10-06 13:43:14 +02:00
common freerdp: add configurable NTLM SAM file option for server-side NLA 2016-07-21 18:58:24 -04:00
core Fix compiler warnings 2016-10-06 13:43:15 +02:00
crypto Made some functions static. 2016-10-06 13:43:12 +02:00
gdi Fixed post disconnect hook. 2016-10-06 13:43:12 +02:00
locale Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
primitives Fixed clang warnings. 2016-10-06 13:43:09 +02:00
utils Added signal handler for android. 2016-10-06 13:43:07 +02:00
CMakeLists.txt Fixed color conversion, unified GFX and updated API. 2016-10-06 13:42:58 +02:00
freerdp.pc.in cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00
FreeRDPConfig.cmake.in cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00