chiark / gitweb /
Build with Clang
authorRichard Kettlewell <rjk@greenend.org.uk>
Fri, 9 Jan 2026 20:34:01 +0000 (20:34 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 9 Apr 2026 22:05:03 +0000 (23:05 +0100)
commit6b135c49d0a90caf7d557fa86a2e8611f5a5c3c8
tree577eec98db77fb08c0904da3fe24e8b49ed017c4
parentfbcdbf600b226a12be55d2aa625cd3a42e3f2820
Build with Clang

- Remove -Wno-stringop-truncation. The code as it
  stands doesn't trigger the warning (with GCC),
  and Clang doesn't know it.
- Initialize site_incoming msg to suppress false
  positive warning.
- Add a couple of missing format string
  attributes.
common.make.in
log.c
rsa.c
site.c