commit | dbc6a0e2e4bdc70133d9165fb2e15b592bc27c53 | [log] [tgz] |
---|---|---|
author | Alan Modra <amodra@gmail.com> | Fri Dec 17 08:07:30 2021 +1030 |
committer | Alan Modra <amodra@gmail.com> | Fri Dec 17 11:42:18 2021 +1030 |
tree | f3604390db400f98850df36c78deb8d46482b02c | |
parent | 240eab1e593078980b2bd28ed7c62563bea9e9aa [diff] |
try_build_id_prefix gcc-10 -Wformat-security errors dwarf.c:11300:3: error: format not a string literal and no format arguments [-Werror=format-security] 11300 | f += sprintf (f, prefix); PR 28697 * dwarf.c (try_build_id_prefix): Avoid -Wformat-security error.