|
| From: | Stefan Weil |
| Subject: | [Qemu-devel] [BUG 2.6] Broken CONFIG_TPM? |
| Date: | Thu, 28 Apr 2016 22:33:43 +0200 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.7.0 |
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.
| [Prev in Thread] | Current Thread | [Next in Thread] |