redundantCondition ftp://ftp.de.debian.org/debian/pool/main/v/viking/viking_1.10.orig.tar.bz2 2.18.0 viking-1.10/src/gpx.c:1484:26: style: Redundant condition: context->options. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] 2.18.0 viking-1.10/src/gpx.c:1620:26: style: Redundant condition: context->options. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] 2.18.0 viking-1.10/src/gpx.c:1712:16: style: Redundant condition: header. '!header || (header && g_strrstr(header,"xmlns:gpxx="))' is equivalent to '!header || g_strrstr(header,"xmlns:gpxx=")' [redundantCondition] 2.18.0 viking-1.10/src/viktrwlayer.c:11511:53: style: Redundant condition: vtl->current_track. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] 2.18.0 viking-1.10/src/viktrwlayer.c:11595:53: style: Redundant condition: vtl->current_track. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] 2.18.0 viking-1.10/src/viktrwlayer.c:11646:29: style: Redundant condition: vtl->current_track. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/x/xarchiver/xarchiver_0.5.4.25.orig.tar.gz 2.18.0 xarchiver-0.5.4.25/src/gzip_et_al.c:90:14: style: Redundant condition: The condition '*nl' is redundant since '*nl == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/x/xiphos/xiphos_4.3.2+dfsg1.orig.tar.xz 2.18.0 xiphos-4.3.2/src/gtk/navbar_versekey.c:403:15: style: Redundant condition: rawtext. '!rawtext || (rawtext && strlen(rawtext)<2)' is equivalent to '!rawtext || strlen(rawtext)<2' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/x/xjadeo/xjadeo_0.8.14+really0.8.14.orig.tar.gz 2.18.0 xjadeo-0.8.14/src/xjadeo/xjadeo.c:848:33: style: Redundant condition: The condition 'keyframe_byte_distance > 0' is redundant since 'keyframe_byte_distance > 5242880' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/x/xserver-xorg-video-r128/xserver-xorg-video-r128_6.13.0.orig.tar.gz 2.18.0 xf86-video-r128-6.13.0/src/r128_driver.c:1439:29: style: Redundant condition: info->useEXA. '!info->useEXA || (info->useEXA && !info->accelOn)' is equivalent to '!info->useEXA || !info->accelOn' [redundantCondition]