work around "cast specifies signature type" from gcc2
...when build by gcc6 or 7 on my Debian Sid.
This commit is contained in:
parent
2dce5eecef
commit
7c7390c719
@ -275,6 +275,6 @@ get_attribute_form_name(uint32 form)
|
||||
DebugInfoEntrySetter
|
||||
get_attribute_name_setter(uint32 name)
|
||||
{
|
||||
return name < kAttributeNameInfoCount
|
||||
return (name < kAttributeNameInfoCount)
|
||||
? sAttributeNameInfos[name].setter : NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user