Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FAT_FileSystem Component: unreachable code (2x) #8

Closed
axelriet opened this issue Apr 28, 2014 · 1 comment
Closed

FAT_FileSystem Component: unreachable code (2x) #8

axelriet opened this issue Apr 28, 2014 · 1 comment

Comments

@axelriet
Copy link

There are two occurences of unreachable code in the generated code:

FS.C(719) FS_errFResultMsg() : the statement return (char_)"_error*"; is unreachable (the switch statement has a default case).

FS.C(744) FS_errDResultMsg : idem.

@ErichStyger
Copy link
Owner

Thanks for reporting!
This one I already have fixed a few days ago:
5c0094b

Will be available with the next *.PEupd release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants