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

Remove __bounded__ function attributes #22

Closed
wants to merge 1 commit into from

Conversation

targetdisk
Copy link
Contributor

Only specific older versions of the GCC compiler (mostly OpenBSD-specific versions) used the bounded function attributes.

Since we're really only compiling the lamp/MacRelix headers with either Codewarrior or Retro68, there really isn't much reason to leave them in the tree. At best, they're ignored (by Metrowerks), and at worst they cause nasty compile-time errors (any modern GCC like the one in Retro68's toolchain).

Only specific older versions of the GCC compiler (mostly
OpenBSD-specific versions) used the __bounded__ function attributes.

Since we're really only compiling the lamp/MacRelix headers with either
Codewarrior or Retro68, there really isn't much reason to leave them in
the tree.  At best, they're ignored (by Metrowerks), and at worst
they cause nasty compile-time errors (any modern GCC like the one in
Retro68's toolchain).
@jjuran
Copy link
Owner

jjuran commented Jun 18, 2023

Thanks! I tweaked the commit message slightly and pushed it on top of my local master as 584279b.

@jjuran jjuran closed this Jun 18, 2023
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.

None yet

2 participants