aboutsummaryrefslogtreecommitdiff
path: root/sim/common/hw-tree.c
diff options
context:
space:
mode:
authorTsukasa OI <research_trasio@irq.a4lg.com>2022-10-06 06:36:31 +0000
committerAndrew Burgess <aburgess@redhat.com>2022-10-11 15:18:14 +0100
commit7f9495b21380c0184dde72920bcca37be9d76b9d (patch)
treef89d0eb3b985c14119996b6050c7ed9c757b2b6b /sim/common/hw-tree.c
parentfe8732f93993b99fb257ebd38b47d64f2e4400b4 (diff)
downloadbinutils-7f9495b21380c0184dde72920bcca37be9d76b9d.zip
binutils-7f9495b21380c0184dde72920bcca37be9d76b9d.tar.gz
binutils-7f9495b21380c0184dde72920bcca37be9d76b9d.tar.bz2
sim/m68hc11: 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 a printf-like function.
Diffstat (limited to 'sim/common/hw-tree.c')
0 files changed, 0 insertions, 0 deletions