** Changed in: unity
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/1010307

Title:
  use of logical '&&' with constant operand

Status in Unity:
  Fix Released
Status in “unity” package in Ubuntu:
  Fix Committed

Bug description:
  
/home/thomi/code/canonical/unity/trunk/plugins/unitydialog/src/unitydialog.cpp:1054:21:
 warning: use of logical '&&' with constant operand [-Wconstant-logical-operand]
          !(mGrabMask && CompWindowGrabMoveMask))
                      ^  ~~~~~~~~~~~~~~~~~~~~~~
  
/home/thomi/code/canonical/unity/trunk/plugins/unitydialog/src/unitydialog.cpp:1054:21:
 note: use '&' for a bitwise operation
          !(mGrabMask && CompWindowGrabMoveMask))
                      ^~

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1010307/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to