../source4/torture/raw/qfsinfo.c:209:7: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] if (abs(size1 - size2) > 1) { ^ ../source4/torture/raw/qfsinfo.c:231:7: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] if (abs(size1 - size2) > 1) { ^
Created attachment 13044 [details] patch