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

Changed the 68k vbcc macro library base type to void * #13

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

BSzili
Copy link

@BSzili BSzili commented May 24, 2023

The 68k vbcc inline macros now have void * instead of struct Library * for their library base. The rationale behind this change is to get rid of the warning 85 (...): assignment of different pointers warnings in cases where the library base is declared as a specialized type, e.g. struct ExecBase *SysBase. This is in line with the official vbcc_target_m68k-amigaos.lha.

@BSzili
Copy link
Author

BSzili commented May 24, 2023

While at it I also extended proto.pl to include the vbcc inlines.

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

Successfully merging this pull request may close these issues.

1 participant