Bug 12647 - source4/heimdal/lib/krb5/rd_cred.c
Summary: source4/heimdal/lib/krb5/rd_cred.c
Status: RESOLVED WORKSFORME
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: Build (show other bugs)
Version: 4.6.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:16 UTC by Ruga
Modified: 2017-03-11 17:20 UTC (History)
0 users

See Also:


Attachments
patch (468 bytes, patch)
2017-03-11 17:20 UTC, Ruga
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ruga 2017-03-11 17:16:15 UTC
[ 896/3257] Compiling source4/heimdal/lib/krb5/rd_cred.c
In file included from ../source4/heimdal/lib/krb5/rd_cred.c:34:
In file included from ../source4/heimdal/lib/krb5/krb5_locl.h:147:
In file included from ../source4/heimdal_build/roken.h:156:
../source4/heimdal/lib/roken/roken.h.in:1081:9: warning: 'closefrom' macro redefined [-Wmacro-redefined]
#define closefrom rk_closefrom
        ^
../lib/replace/replace.h:251:9: note: previous definition is here
#define closefrom rep_closefrom
        ^
../source4/heimdal/lib/krb5/rd_cred.c:225:6: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
            abs(*enc_krb_cred_part.timestamp - sec)
            ^
Comment 1 Ruga 2017-03-11 17:20:31 UTC
Created attachment 13039 [details]
patch