jjuran / metamage_1

Metamage open source, general repository, iteration 1
302 stars 27 forks source link

Remove __bounded__ function attributes #22

Closed targetdisk closed 1 year ago

targetdisk commented 1 year ago

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 commented 1 year ago

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