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
#if __GNUC_PREREQ(7,0) // If gcc_version >= 7.0 https://gcc.gnu.org/gcc-7/changes.html
401
403
#pragma GCC diagnostic push
402
404
#pragma GCC diagnostic ignored "-Wformat-truncation" // error: 'T' directive output may be truncated writing 1 byte into a region of size between 0 and 16 [-Werror=format-truncation=]
0 commit comments