Use unsigned as base type for some enums
[deliverable/binutils-gdb.git] / gdb / gdbtypes.h
index 32b58dcc6186703ef588e1b8100f3741dbdae4a6..a115857c0ad24db2125872b0b46fac75b39d1db3 100644 (file)
@@ -193,7 +193,7 @@ enum type_code
 /* * Some bits for the type's instance_flags word.  See the macros
    below for documentation on each bit.  */
 
-enum type_instance_flag_value
+enum type_instance_flag_value : unsigned
 {
   TYPE_INSTANCE_FLAG_CONST = (1 << 0),
   TYPE_INSTANCE_FLAG_VOLATILE = (1 << 1),
This page took 0.02584 seconds and 4 git commands to generate.