1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-16 20:51:27 +00:00
Files
Interlisp.maiko/CMakeLists.txt
Nick Briggs 7284e19b32 Suppress clang-tidy warnings for uses of bzero()
The only uses of bzero() in the maiko sources come about because it is used in the macOS
definition of the FD_ZERO() macro in sys/select.h.  Suppress the warning by including
   -clang-analyzer-security.insecureAPI.bzero
in the clang-tidy list of checks.  This may well have been replaced by a memset()
call in more up-to-date macOS releases.
2021-09-03 16:39:29 -07:00

9.1 KiB