After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 758934 - Missing return in types_match
Missing return in types_match
Status: RESOLVED FIXED
Product: at-spi
Classification: Platform
Component: at-spi2-atk
unspecified
Other Linux
: Normal normal
: ---
Assigned To: At-spi maintainer(s)
At-spi maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-12-02 01:34 UTC by Samuel Thibault
Modified: 2016-04-01 01:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Samuel Thibault 2015-12-02 01:34:29 UTC
Hello,

The types_match function in ./atk-adaptor/adaptors/collection-adaptor.c does not have a return statement for the case where (t == 'r' && c == '(') is false and t == c. I guess it should return true in that case?
Comment 1 Alejandro Piñeiro Iglesias (IRC: infapi00) 2015-12-02 07:59:03 UTC
Reassigning to the correct component.
Comment 2 Mike Gorse 2016-04-01 01:29:37 UTC
Sorry--I'd put this on my to-do list and then forgotten about it.

master: 3db51c
gnome-3-20: b502e5

Thanks for the report; this needed to be fixed.