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
Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking printf type functions.
The style is set to "printf" for backwards compatibility everywhere excepton Windows, where it is set to "gnu_printf", which eliminates hundreds offalse error messages from modern versions of gcc arising from %m and %ll{d,u}formats.