commit | 21ca352b71ca252e1933b1538fe89da8a04395c3 | [log] [tgz] |
---|---|---|
author | Yann E. MORIN <yann.morin.1998@free.fr> | Mon Apr 29 19:50:32 2013 +0200 |
committer | Yann E. MORIN <yann.morin.1998@free.fr> | Mon Apr 29 19:55:56 2013 +0200 |
tree | 5e20a9368c7d6f0f13429009d03f7fe73e18bf50 | |
parent | 23a5dfdad22a574d19d7cc19b391f9ce0d3c2f21 [diff] |
kconfig: fix lists definition for C++ The C++ compiler is more strict in that it refuses to assign a void* to a struct list_head*. Fix that by explicitly casting the poisonning constants. (Tested with all 5 frontends, now.) Reported-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Randy Dunlap <rdunlap@infradead.org> Cc: Benjamin Poirier <bpoirier@suse.de>