mirror of https://git.musl-libc.org/git/musl
Browse Source
their absence completely breaks format string warnings in programs with gettext message translations: -Wformat gives no results, and -Wformat-nonliteral produces spurious warnings. with gcc, the problem manifests only in standards-conforming profiles; otherwise gcc sets these attributes by default for the gettext family. with clang, the problem always manifests; clang has no such defaults.master
committed by
Rich Felker
1 changed files with 14 additions and 6 deletions
Loading…
Reference in new issue