]> git.ipfire.org Git - thirdparty/curl.git/commit
checksrc.bat: remove explicit SNPRINTF bypass
authorJay Satiro <raysatiro@yahoo.com>
Fri, 17 Jan 2025 08:17:15 +0000 (03:17 -0500)
committerJay Satiro <raysatiro@yahoo.com>
Sun, 19 Jan 2025 08:24:31 +0000 (03:24 -0500)
commit56998277f0571d1b01939e6097068835db09f765
treef46413e2ff24987dfd4b5c2d920f7f2d03eec264
parent38e7302ae4a0a301e1a6138b682d8d5f8cf936e1
checksrc.bat: remove explicit SNPRINTF bypass

- Remove the command line argument passed to checksrc.pl that accepts
  SNPRINTF violations in docs/examples.

This is a follow-up to c445b742 which introduced a different management
of banned functions and removed the SNPRINTF rule in favor of banning
snprintf in lib. There's no longer a SNPRINTF warning to suppress.

Closes https://github.com/curl/curl/pull/16032
projects/checksrc.bat