nasm/config
H. Peter Anvin (Intel) 65ab3ab197 clang: mark inline functions unused and add warning options
clang, unlike gcc, will warn on inline functions which are
unused. This can happen if a function is either intended to be used in
the future, or it is only used under certain config options. Mark
those functions with the "unused" attribute; not only does it quiet
the warning, but it also documents it for the user.

Shuffle around the warning options in configure and add a few more
that are specific to clang.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
2020-06-30 10:14:21 -07:00
..
msvc.h config.h: separate function and function pointer attributes; automate 2019-08-16 00:08:27 -07:00
unconfig.h clang: mark inline functions unused and add warning options 2020-06-30 10:14:21 -07:00
unknown.h config: add configuration file for unknown compilers 2016-10-04 17:13:50 -07:00
watcom.h update watcom config file. 2019-08-07 17:53:38 -07:00