Bug 12655 - source4/librpc/rpc/dcerpc.c
Summary: source4/librpc/rpc/dcerpc.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:40 UTC by Ruga
Modified: 2018-04-25 10:09 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:40:22 UTC
[1610/3257] Compiling source4/librpc/rpc/dcerpc.c
../source4/librpc/rpc/dcerpc.c:637:2: warning: 'dcerpc_binding_handle_set_sync_ev' is deprecated [-Wdeprecated-declarations]
        dcerpc_binding_handle_set_sync_ev(h, p->conn->event_ctx);
        ^
../librpc/rpc/rpc_common.h:309:19: note: 'dcerpc_binding_handle_set_sync_ev' has been explicitly marked deprecated here
_DEPRECATED_ void dcerpc_binding_handle_set_sync_ev(struct dcerpc_binding_handle *h,
                  ^
1 warning generated.
Comment 1 Ruga 2018-04-25 10:08:58 UTC
...[1354/2913] Compiling default/librpc/gen_ndr/ndr_mgmt_c.c
[1355/2913] Compiling source4/librpc/rpc/dcerpc.c
../source4/librpc/rpc/dcerpc.c:637:2: warning: 'dcerpc_binding_handle_set_sync_ev' is deprecated [-Wdeprecated-declarations]
        dcerpc_binding_handle_set_sync_ev(h, p->conn->event_ctx);
        ^
../librpc/rpc/rpc_common.h:309:1: note: 'dcerpc_binding_handle_set_sync_ev' has been explicitly marked deprecated here
_DEPRECATED_ void dcerpc_binding_handle_set_sync_ev(struct dcerpc_binding_handle *h,
^
../lib/replace/../replace/replace.h:451:38: note: expanded from macro '_DEPRECATED_'
#define _DEPRECATED_ __attribute__ ((deprecated))
                                     ^
1 warning generated.
[1356/2913] Compiling source4/librpc/rpc/dcerpc_auth.c
[1357/2913] Compiling source4/librpc/rpc/dcerpc_schannel.c
...