Merge: src: fix null receiver error on useless-signature warning
authorJean Privat <jean@pryen.org>
Tue, 6 Oct 2015 15:26:30 +0000 (11:26 -0400)
committerJean Privat <jean@pryen.org>
Tue, 6 Oct 2015 15:26:30 +0000 (11:26 -0400)
commitc73b0f87d465a313f7f1c1ff79cd0feb6c6b9e46
tree8782ec3faf6c1803e77172994b9a076114205fdd
parentedcaf99b53019dab6a7446bf75bc1c5db4ef0278
parent4941b686b410caf66db4c95103727b66ff8a694a
Merge: src: fix null receiver error on useless-signature warning

This caused most tools to crash on some useless types in redefined signatures. In my case, there was other problems in the same propdef, so it looks like it was not handling properly a "keep going" logic.

Pull-Request: #1744
Reviewed-by: Jean Privat <jean@pryen.org>