FreeRDP/uwac/libuwac
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
..
.gitignore Integrate UWAC in to the FreeRDP source tree 2016-02-23 14:09:53 +01:00
CMakeLists.txt First shot on fixing over linking 2016-03-29 18:14:34 +02:00
uwac-display.c Fix compiler warnings 2016-10-06 13:43:15 +02:00
uwac-input.c Added some checks 2016-02-25 00:41:19 +01:00
uwac-os.c Integrate UWAC in to the FreeRDP source tree 2016-02-23 14:09:53 +01:00
uwac-os.h Integrate UWAC in to the FreeRDP source tree 2016-02-23 14:09:53 +01:00
uwac-output.c Integrate UWAC in to the FreeRDP source tree 2016-02-23 14:09:53 +01:00
uwac-priv.h Integrate UWAC in to the FreeRDP source tree 2016-02-23 14:09:53 +01:00
uwac-tools.c Integrate UWAC in to the FreeRDP source tree 2016-02-23 14:09:53 +01:00
uwac-utils.c Integrate UWAC in to the FreeRDP source tree 2016-02-23 14:09:53 +01:00
uwac-utils.h Integrate UWAC in to the FreeRDP source tree 2016-02-23 14:09:53 +01:00
uwac-window.c Fixed color conversion, unified GFX and updated API. 2016-10-06 13:42:58 +02:00