All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [BUG 2.6] Broken CONFIG_TPM?
@ 2016-04-28 20:33 Stefan Weil
  2016-04-28 21:07 ` [Qemu-devel] [BUG 2.6] Compiler warnings (clang) in 2.6 (was: Broken CONFIG_TPM?) Stefan Weil
  2016-04-29  7:42 ` [Qemu-devel] [BUG 2.6] Broken CONFIG_TPM? Markus Armbruster
  0 siblings, 2 replies; 4+ messages in thread
From: Stefan Weil @ 2016-04-28 20:33 UTC (permalink / raw)
  To: QEMU Developer; +Cc: Peter Maydell

A compilation test with clang -Weverything reported this problem:

config-host.h:112:20: warning: '$' in identifier
[-Wdollar-in-identifier-extension]

The line of code looks like this:

#define CONFIG_TPM $(CONFIG_SOFTMMU)

This is fine for Makefile code, but won't work as expected in C code.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-05-02 16:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-28 20:33 [Qemu-devel] [BUG 2.6] Broken CONFIG_TPM? Stefan Weil
2016-04-28 21:07 ` [Qemu-devel] [BUG 2.6] Compiler warnings (clang) in 2.6 (was: Broken CONFIG_TPM?) Stefan Weil
2016-04-29  7:42 ` [Qemu-devel] [BUG 2.6] Broken CONFIG_TPM? Markus Armbruster
2016-05-02 16:23   ` Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.