Bug 12677 - source4/lib/com/main.c
Summary: source4/lib/com/main.c
Status: NEW
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: Build (show other bugs)
Version: 4.8.0
Hardware: x64 Mac OS X
: P5 normal (vote)
Target Milestone: ---
Assignee: Samba QA Contact
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-11 17:52 UTC by Ruga
Modified: 2018-04-25 10:11 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ruga 2017-03-11 17:52:57 UTC
[1783/3257] Compiling source4/lib/com/main.c
../source4/lib/com/main.c:67:19: warning: incompatible pointer types passing 'struct IClassFactory *' to parameter of type 'struct IUnknown *' [-Wincompatible-pointer-types]
        IUnknown_Release(factory, ctx);
                         ^~~~~~~
default/librpc/gen_ndr/com_dcom.h:44:76: note: expanded from macro 'IUnknown_Release'
#define IUnknown_Release(interface, mem_ctx) ((interface)->vtable->Release(interface, mem_ctx))
                                                                           ^~~~~~~~~
1 warning generated.
Comment 1 Ruga 2018-04-25 10:11:03 UTC
[1816/2913] Compiling source4/lib/com/rot.c
[1817/2913] Compiling source4/lib/com/main.c
../source4/lib/com/main.c:67:19: warning: incompatible pointer types passing 'struct IClassFactory *' to parameter of type 'struct IUnknown *' [-Wincompatible-pointer-types]
        IUnknown_Release(factory, ctx);
                         ^~~~~~~
default/librpc/gen_ndr/com_dcom.h:44:76: note: expanded from macro 'IUnknown_Release'
#define IUnknown_Release(interface, mem_ctx) ((interface)->vtable->Release(interface, mem_ctx))
                                                                           ^~~~~~~~~
1 warning generated.