summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2013-06-28 14:43:27 -0700
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-01 06:58:36 +0100
commitdd987a9ef08933b970387dac1f9bdd930ca9656c (patch)
tree23bfe015a08ec2c41e7e9e18112e104ea34af5e6 /tests
parent9c9f609313b6a0ddf8e226b291324c97b504d07f (diff)
Add other integer overloads to QFlag's constructor
This avoids "change of sign" warnings as found by ICC when the high bit is set. This often happens when you do X & ~Y as ~Y probably has bit 31 on. If the enum is unsigned, then there's a sign conversion. Change-Id: Ia5f221d928ac0155f4504a70c4046e60c25fbf3b Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions