mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-28 09:06:31 +02:00
FUN2CD() on a function pointer still raises -Wpedantic warning due to the officially undefined behaviour as defined by C standards. So added FUN2CD() and CD2FUN() to at least mark the call-sites to help with identification and ignoring -Wpedantic based on the source file context given in the compiler output.