[GENERAL] Fixed some undefined behavior with GCC-9
This commit is contained in:
committed by
Philippe Tillet
parent
0516ea96d0
commit
ddd89e1b22
@@ -39,7 +39,8 @@ enum attribute_kind_t {
|
||||
writeonly,
|
||||
noalias,
|
||||
aligned,
|
||||
multiple_of
|
||||
multiple_of,
|
||||
not_implemented
|
||||
};
|
||||
|
||||
class attribute {
|
||||
|
Reference in New Issue
Block a user