Bug 12680 - source4/torture/raw/qfsinfo.c
Summary: source4/torture/raw/qfsinfo.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 18:04 UTC by Ruga
Modified: 2017-03-11 18:04 UTC (History)
0 users

See Also:


Attachments
patch (1.01 KB, patch)
2017-03-11 18:04 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 18:04:00 UTC
../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) {
                    ^
Comment 1 Ruga 2017-03-11 18:04:30 UTC
Created attachment 13044 [details]
patch