Bug 12653 - source4/auth/gensec/gensec_gssapi.c
Summary: source4/auth/gensec/gensec_gssapi.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:38 UTC by Ruga
Modified: 2018-04-25 10:06 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:38:14 UTC
[1368/3257] Compiling source4/auth/gensec/gensec_gssapi.c
../source4/auth/gensec/gensec_gssapi.c:434:15: warning: 'gsskrb5_set_send_to_kdc' is deprecated [-Wdeprecated-declarations]
                        min_stat = gsskrb5_set_send_to_kdc(&send_to_kdc);
                                   ^
../source4/heimdal/lib/gssapi/gssapi/gssapi_krb5.h:123:1: note: 'gsskrb5_set_send_to_kdc' has been explicitly marked deprecated here
gsskrb5_set_send_to_kdc(struct gsskrb5_send_to_kdc *)
^
../source4/auth/gensec/gensec_gssapi.c:461:10: warning: 'gsskrb5_set_send_to_kdc' is deprecated [-Wdeprecated-declarations]
                        ret = gsskrb5_set_send_to_kdc(&send_to_kdc);
                              ^
../source4/heimdal/lib/gssapi/gssapi/gssapi_krb5.h:123:1: note: 'gsskrb5_set_send_to_kdc' has been explicitly marked deprecated here
gsskrb5_set_send_to_kdc(struct gsskrb5_send_to_kdc *)
^
2 warnings generated.
[1369/3257] Compiling auth/gensec/gensec.c
../auth/gensec/gensec.c:287:4: warning: 'tevent_loop_allow_nesting' is deprecated [-Wdeprecated-declarations]
                        tevent_loop_allow_nesting(ev);
                        ^
../lib/tevent/tevent.h:1852:6: note: 'tevent_loop_allow_nesting' has been explicitly marked deprecated here
void tevent_loop_allow_nesting(struct tevent_context *ev) _DEPRECATED_;
     ^
../auth/gensec/gensec.c:326:3: warning: 'tevent_loop_allow_nesting' is deprecated [-Wdeprecated-declarations]
                tevent_loop_allow_nesting(ev);
                ^
../lib/tevent/tevent.h:1852:6: note: 'tevent_loop_allow_nesting' has been explicitly marked deprecated here
void tevent_loop_allow_nesting(struct tevent_context *ev) _DEPRECATED_;
     ^
2 warnings generated.
Comment 1 Ruga 2018-04-25 10:06:12 UTC
1477/2913] Compiling default/auth/ntlmssp/gensec_ntlmssp.empty.c
[1478/2913] Compiling source4/auth/gensec/gensec_gssapi.c
../source4/auth/gensec/gensec_gssapi.c:476:15: warning: 'gsskrb5_set_send_to_kdc' is deprecated [-Wdeprecated-declarations]
                        min_stat = gsskrb5_set_send_to_kdc(&send_to_kdc);
                                   ^
../source4/heimdal/lib/gssapi/gssapi/gssapi_krb5.h:124:5: note: 'gsskrb5_set_send_to_kdc' has been explicitly marked deprecated here
    GSSKRB5_FUNCTION_DEPRECATED;
    ^
../source4/heimdal/lib/gssapi/gssapi/gssapi_krb5.h:48:52: note: expanded from macro 'GSSKRB5_FUNCTION_DEPRECATED'
#define GSSKRB5_FUNCTION_DEPRECATED __attribute__((deprecated))
                                                   ^
../source4/auth/gensec/gensec_gssapi.c:629:10: warning: 'gsskrb5_set_send_to_kdc' is deprecated [-Wdeprecated-declarations]
                        ret = gsskrb5_set_send_to_kdc(&send_to_kdc);
                              ^
../source4/heimdal/lib/gssapi/gssapi/gssapi_krb5.h:124:5: note: 'gsskrb5_set_send_to_kdc' has been explicitly marked deprecated here
    GSSKRB5_FUNCTION_DEPRECATED;
    ^
../source4/heimdal/lib/gssapi/gssapi/gssapi_krb5.h:48:52: note: expanded from macro 'GSSKRB5_FUNCTION_DEPRECATED'
#define GSSKRB5_FUNCTION_DEPRECATED __attribute__((deprecated))
                                                   ^
2 warnings generated.
[1479/2913] Compiling auth/gensec/gensec.c
../auth/gensec/gensec.c:364:2: warning: 'tevent_loop_allow_nesting' is deprecated [-Wdeprecated-declarations]
        tevent_loop_allow_nesting(ev);
        ^
../lib/tevent/tevent.h:1877:59: note: 'tevent_loop_allow_nesting' has been explicitly marked deprecated here
void tevent_loop_allow_nesting(struct tevent_context *ev) _DEPRECATED_;
                                                          ^
../lib/replace/../replace/replace.h:451:38: note: expanded from macro '_DEPRECATED_'
#define _DEPRECATED_ __attribute__ ((deprecated))
                                     ^
1 warning generated.
[1480/2913] Compiling auth/gensec/gensec_start.c
[1481/2913] Compiling auth/gensec/gensec_util.c
...