../source4/torture/basic/base.c:193: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] if (abs(t - time(NULL)) > 60*60*24*10) { ^ ../source4/torture/basic/base.c:292:8: 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] if ((abs(a_time - t) > 60) && (a_time % (60*60) == 0)) { ^ ../source4/torture/basic/base.c:298:7: 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] if (abs(m_time - t) > 60*60*24*7) { ^
Created attachment 13043 [details] patch