meekrosoft / fff

A testing micro framework for creating function test doubles
Other
749 stars 163 forks source link

Fix unreachable return statements. #109

Closed damaki closed 1 year ago

damaki commented 2 years ago

This fixes #81 where some return statements that were generated unconditionally, leading to unreachable return statements.

AppVeyorBot commented 2 years ago

:white_check_mark: Build fff 100-appveyor completed (commit https://github.com/meekrosoft/fff/commit/59a631f658 by @damaki)

tiringjoel commented 1 year ago

When will this pull request be completed? Our cppCheck currently fails because of the unreachable return statements. Would highly appreciate it.

henrik-nil-acc commented 1 year ago

@meekrosoft , please merge this, thanks

shlomnissan commented 1 year ago

@meekrosoft Any particular reason this wasn't merged in?

wulfgarpro commented 1 year ago

LGTM