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