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
Add __attribute__ decorations for printf format checking to the places thatwere missing them. Fix the resulting warnings. Add-Wmissing-format-attribute to the standard set of warnings for GCC, so thesedon't happen again.The warning fixes here are relatively harmless. The one serious problemdiscovered by this was already committed earlier incf15fb5.