Clang warning cleanups
- Declare
usage()
asnoreturn
- Add
unused
attribute to unused callback arguments - Use
intptr_t
instead oflong
for casting between pointers and integers
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
usage()
as noreturn
unused
attribute to unused callback argumentsintptr_t
instead of long
for casting between pointers and integers