Addressed more issues raised by splint.

This commit is contained in:
Andrew Wood
2023-09-23 21:53:31 +01:00
parent 780b65a648
commit 2033c6085f
8 changed files with 58 additions and 22 deletions
+1
View File
@@ -28,6 +28,7 @@ AC_CHECK_FUNCS([getopt_long])
AC_CHECK_FUNCS([vsnprintf strlcat strtoul])
AC_CHECK_FUNCS([fdatasync])
AC_CHECK_FUNCS([fpathconf sysconf posix_memalign posix_fadvise])
AC_CHECK_FUNCS([nanosleep])
AC_CHECK_HEADERS([getopt.h])
AC_CHECK_HEADERS([limits.h])
AC_CHECK_HEADERS([wctype.h])