docs/examples/checksrc: don't allow snprintf specifically

This isn't needed anymore after https://github.com/curl/curl/pull/15835,
since banned functions are just allowed in general in
`docs/examples/.checksrc`, and emits a warning when running make
checksrc:

`invalid warning specified in .checksrc: "SNPRINTF"`

Closes #15916
This commit is contained in:
Yedaya Katsman 2025-01-05 22:47:58 +02:00 committed by Daniel Stenberg
parent a3a131b2a6
commit e602f7f119
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -1,3 +1,2 @@
disable TYPEDEFSTRUCT
disable SNPRINTF
disable BANNEDFUNC