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
sys/log: add format attribute to modlog_printf prototype
Add format(printf) attribute to modlog_printf to enable compile-time
checking that format strings match arguments.
Note that this will cause incorrect modlog_printf usage which
previously compiled successfully, to no longer compile.
0 commit comments