capstone
capstone copied to clipboard
Fix Warning C4098: void returns value.
Your checklist for this pull request
- [ ] I've documented or updated the documentation of every API function and struct this PR changes.
- [ ] I've added tests that prove my fix is effective or that my feature works (if possible)
Detailed description
Fixes some warnings from MSVC about void functions returning values.
Test plan
All green
Closing issues
...
Do it tomorrow. Locally it still fails for me.
@kabeor could you please merge this one?