sim: cgen: suppress trace non-literal printf warning
authorMike Frysinger <vapier@gentoo.org>
Sun, 27 Jun 2021 03:11:48 +0000 (23:11 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sun, 27 Jun 2021 14:49:38 +0000 (10:49 -0400)
commit5db3a175cc173c00607db959cfa401d0055f7dd4
tree913b34ad1abb56c331cbaa7ff0100b1b85c9e150
parentb69bd9e723db53ce95c6ebb911d623b8f396b6ac
sim: cgen: suppress trace non-literal printf warning

The cgen trace macros are a bit ugly in that they specify a series of
format strings & arguments in a single call.  This means we pass a
non-literal string to printf and the compiler warns about it.  Use
the diagnostic macros to suppress that in this one place.
sim/common/ChangeLog
sim/common/cgen-trace.c
This page took 0.026227 seconds and 4 git commands to generate.