FreeRDP/channels
Bernhard Miklautz c97056e3a8 Fix compiler warning
FreeRDP/client/common/client.c: In function ‘freerdp_client_context_new’:
FreeRDP/client/common/client.c:86:38: warning: passing argument 1 of ‘freerdp_register_addin_provider’ from incompatible pointer type
  if (freerdp_register_addin_provider(freerdp_channels_load_static_addin_entry,
FreeRDP/include/freerdp/addin.h:60:17: note: expected ‘FREERDP_LOAD_CHANNEL_ADDIN_ENTRY_FN’ but argument is of type ‘void * (*)(const CHAR *, CHAR *, CHAR *, DWORD)’
 FREERDP_API int freerdp_register_addin_provider(
In file included from FreeRDP/client/common/compatibility.c:27:0:
FreeRDP/include/freerdp/addin.h:60:17: note: expected ‘FREERDP_LOAD_CHANNEL_ADDIN_ENTRY_FN’ but argument is of type ‘void * (*)(const CHAR *, CHAR *, CHAR *, DWORD)’
 FREERDP_API int freerdp_register_addin_provider(

gcc (Debian 4.9.2-10) 4.9.2
2016-12-01 15:36:49 +01:00
..
audin countless WLog/printf format specifier fixes 2016-11-25 17:06:25 +01:00
client Fix compiler warning 2016-12-01 15:36:49 +01:00
cliprdr countless WLog/printf format specifier fixes 2016-11-25 17:06:25 +01:00
disp Fix some spelling errors 2016-12-01 15:36:49 +01:00
drdynvc Fix some spelling errors 2016-12-01 15:36:49 +01:00
drive countless WLog/printf format specifier fixes 2016-11-25 17:06:25 +01:00
echo countless WLog/printf format specifier fixes 2016-11-25 17:06:25 +01:00
encomsp Fix some spelling errors 2016-12-01 15:36:49 +01:00
parallel countless WLog/printf format specifier fixes 2016-11-25 17:06:25 +01:00
printer countless WLog/printf format specifier fixes 2016-11-25 17:06:25 +01:00
rail countless WLog/printf format specifier fixes 2016-11-25 17:06:25 +01:00
rdpdr countless WLog/printf format specifier fixes 2016-11-25 17:06:25 +01:00
rdpei Fix some spelling errors 2016-12-01 15:36:49 +01:00
rdpgfx countless WLog/printf format specifier fixes 2016-11-25 17:06:25 +01:00
rdpsnd Fix some spelling errors 2016-12-01 15:36:49 +01:00
remdesk Fix some spelling errors 2016-12-01 15:36:49 +01:00
serial countless WLog/printf format specifier fixes 2016-11-25 17:06:25 +01:00
server rdpgfx: various fixes according to comments 2016-08-07 20:15:39 +08:00
smartcard countless WLog/printf format specifier fixes 2016-11-25 17:06:25 +01:00
tsmf countless WLog/printf format specifier fixes 2016-11-25 17:06:25 +01:00
urbdrc countless WLog/printf format specifier fixes 2016-11-25 17:06:25 +01:00
CMakeLists.txt cmake: replaced STATIC_CHANNELS with BUILTIN_CHANNELS 2016-06-15 13:36:27 +02:00