diff options
author | Tsukasa OI <research_trasio@irq.a4lg.com> | 2022-10-06 06:36:30 +0000 |
---|---|---|
committer | Andrew Burgess <aburgess@redhat.com> | 2022-10-11 15:18:14 +0100 |
commit | fe8732f93993b99fb257ebd38b47d64f2e4400b4 (patch) | |
tree | db0db29c1d4070d549a414f2f20a05186b213301 /gdbsupport/gdb-dlfcn.cc | |
parent | 682389d557f7fa472b66de568ab0089d754ed757 (diff) | |
download | gdb-fe8732f93993b99fb257ebd38b47d64f2e4400b4.zip gdb-fe8732f93993b99fb257ebd38b47d64f2e4400b4.tar.gz gdb-fe8732f93993b99fb257ebd38b47d64f2e4400b4.tar.bz2 |
sim/m32c: Add ATTRIBUTE_PRINTF
Clang generates a warning if the format string of a printf-like function is
not a literal ("-Wformat-nonliteral"). On the default configuration, it
causes a build failure (unless "--disable-werror" is specified).
To avoid warnings on the printf-like wrapper, it requires proper
__attribute__((format)) and we have ATTRIBUTE_PRINTF macro for this reason.
This commit adds ATTRIBUTE_PRINTF to the printf-like functions.
Diffstat (limited to 'gdbsupport/gdb-dlfcn.cc')
0 files changed, 0 insertions, 0 deletions