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
[Stdlib] Enable -Wformat-nonliteral and make it an error.
Turn on -Wformat-nonliteral so that any format string that is passed through
a variable is turned into an error. There are a variety of reasonable ways
of fixing these where they occur, and it's safer to have this switched on.
rdar://84571859
0 commit comments