Public bug reported:

Binary package hint: gcc

When I write this code as modifiers for menu short cut and compile it
with GCC

GDK_SHIFT_MASK | GDK_CONTROL_MASK
I get an error "invalid conversion from ‘int’ to ‘GdkModifierType’|"

(GdkModifierType) ( GDK_SHIFT_MASK | GDK_CONTROL_MASK )
This works.

GDK_SHIFT_MASK
only one also works

GCC version 4:4.5.2-1ubuntu3.

** Affects: gcc-defaults (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774948

Title:
  gcc can't OR types

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to