Change unused -> unused_func to remove special case
commitb877708a8322b83f4da04834421c0a4b624ef94a
authorH. Peter Anvin (Intel) <hpa@zytor.com>
Thu, 2 Jul 2020 03:49:04 +0000 (1 20:49 -0700)
committerH. Peter Anvin (Intel) <hpa@zytor.com>
Thu, 2 Jul 2020 03:49:04 +0000 (1 20:49 -0700)
treedb991bf07eb918a35a5aaa38b0b2495e80bcb928
parentfc3e4dcc65d08c34b94cb500fd726b8eeca15696
Change unused -> unused_func to remove special case

The autoconf process automatically generates macros for function
attributes, including empty placeholders. Said empty placeholders also
propagate automatically into config/unconfig.h for the compilers which
don't support autoconf.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
asm/parser.c
asm/preproc.c
include/compiler.h