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
Internally, OpenZL has portability.h and zl_portability.h which both contain portability macros. These two files share some macros such as ZL_UNUSED or ZL_UNUSED_ATTR. We should clean this up.
Internally, OpenZL has
portability.handzl_portability.hwhich both contain portability macros. These two files share some macros such asZL_UNUSEDorZL_UNUSED_ATTR. We should clean this up.