]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/cris/traps.c
sim/cris: Add ATTRIBUTE_PRINTF
authorTsukasa OI <research_trasio@irq.a4lg.com>
Thu, 6 Oct 2022 06:36:28 +0000 (06:36 +0000)
committerAndrew Burgess <aburgess@redhat.com>
Tue, 11 Oct 2022 14:18:14 +0000 (15:18 +0100)
commita26c7ec2114d75d518cda714cc8a0ec05b745ae5
treed3e2e3deb87e3fe6c1c2700ba6b4df9fca700635
parent7aaf9c03d143802302c49ed70d05766c9cf3cb5b
sim/cris: 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.
sim/cris/traps.c