Skip to content
This repository has been archived by the owner on Oct 15, 2021. It is now read-only.

wrong return type causing gcc to fail char vs. *char #26

Open
mmeiste opened this issue Jul 23, 2019 · 0 comments
Open

wrong return type causing gcc to fail char vs. *char #26

mmeiste opened this issue Jul 23, 2019 · 0 comments

Comments

@mmeiste
Copy link

mmeiste commented Jul 23, 2019

RCSwitch.cpp.diff
34a35
> char retv = '\0';
196c197
< return '\0';

> return &retv;
232c233
< return '\0';

> return &retv;
241c242
< return '\0';

> return &retv;
269c270
< return '\0';

> return &retv;

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

No branches or pull requests

1 participant