Source: xfce4-diskperf-plugin Version: 2.6.1-1 Severity: serious Tags: ftbfs
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/xfce4-diskperf-plugin.html ... devperf.c: In function 'DevGetPerfData1': devperf.c:65:32: warning: implicit declaration of function 'major' [-Wimplicit-function-declaration] const int iMajorNo = major(p_iDevice), ^~~~~ devperf.c:66:13: warning: implicit declaration of function 'minor' [-Wimplicit-function-declaration] iMinorNo = minor(p_iDevice); ^~~~~ devperf.c:69:21: error: 'major' redeclared as different kind of symbol unsigned int major, minor, rsect, wsect, ruse, wuse, use; ^~~~~ devperf.c:65:32: note: previous implicit declaration of 'major' was here const int iMajorNo = major(p_iDevice), ^~~~~ devperf.c:69:28: error: 'minor' redeclared as different kind of symbol unsigned int major, minor, rsect, wsect, ruse, wuse, use; ^~~~~ devperf.c:66:13: note: previous implicit declaration of 'minor' was here iMinorNo = minor(p_iDevice); ^~~~~