meekrosoft / fff

A testing micro framework for creating function test doubles
Other
761 stars 167 forks source link

Unreachable return statements in commit 7e09f07e #81

Closed SerjKh closed 1 year ago

SerjKh commented 4 years ago

Describe the bug Unreachable return statements where introduced in commit 7e09f07e5b262b1cc826189dc5057379e40ce886.

To Reproduce Steps to reproduce the behavior: Goto fff.h, line 1657 See return statement which is unreachable, since the existence of return statement one line above. This is only the example the same issue is copy pasted to multiple places where DEFINE_FAKE_VALUE_FUNCX is defined.