You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API: Reorder attribute macros for Clang compatibility
Clang requires [[deprecated]] to appear before GNU-style attributes like
__attribute__((visibility("default"))), while GCC accepts both orders.
Switch API_DEPRECATED and API_EXPORT order in OSDP_DEPRECATED_EXPORT
to ensure compatibility across compilers.
Fixes: #248
Signed-off-by: Siddharth Chandrasekaran <[email protected]>
0 commit comments