[GENERAL] Fixed some undefined behavior with GCC-9

This commit is contained in:
Philippe Tillet
2020-05-11 11:07:21 -04:00
committed by Philippe Tillet
parent 0516ea96d0
commit ddd89e1b22
7 changed files with 34 additions and 29 deletions

View File

@@ -39,7 +39,8 @@ enum attribute_kind_t {
writeonly,
noalias,
aligned,
multiple_of
multiple_of,
not_implemented
};
class attribute {