From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 79852] New:
Mesa-10.2.1/src/gallium/state_trackers/vega/api_params.c:60: possible bad if
test ?
Date: Mon, 09 Jun 2014 20:56:50 +0000
Message-ID:
Priority
medium
Bug ID
79852
Assignee
dri-devel@lists.freedesktop.org
Summary
Mesa-10.2.1/src/gallium/state_trackers/vega/api_params.c:60: possible bad if test ?
Severity
normal
Classification
Unclassified
OS
All
Reporter
dcb314@hotmail.com
Hardware
Other
Status
NEW
Version
git
Component
Drivers/Gallium/r300
Product
Mesa
[Mesa-10.2.1/src/gallium/state_trackers/vega/api_params.c:60]: (warning)
Logical disjunction always evaluates to true: count >= 0 || count <= 128.
return (!(count % 4) && (count >= 0 || count <= VEGA_MAX_SCISSOR_RECTS *
4));