Added -Wno-format-truncation to the CFLAGS to make it shut up about calls to snprintf...
authorArt Cancro <ajc@citadel.org>
Mon, 27 Sep 2021 23:15:06 +0000 (19:15 -0400)
committerArt Cancro <ajc@citadel.org>
Mon, 27 Sep 2021 23:15:06 +0000 (19:15 -0400)
commit565d6bf012015bb3fbfe3084e9c6789662cd1f78
treeb8f62581804b7084a1842ba5a494dca587ab5426
parent60d08101d83f832a39d2c75520321331caf7356c
Added -Wno-format-truncation to the CFLAGS to make it shut up about calls to snprintf(), which are ALREADY BOUNDS CHECKED so it really needs to lighten up, Francis.
webcit-ng/Makefile
webcit-ng/ctdl_commands.c
webcit-ng/request.c