mirror of
https://github.com/curl/curl.git
synced 2026-05-30 02:37:28 +03:00
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:
parent
a3a131b2a6
commit
e602f7f119
1 changed files with 0 additions and 1 deletions
|
|
@ -1,3 +1,2 @@
|
|||
disable TYPEDEFSTRUCT
|
||||
disable SNPRINTF
|
||||
disable BANNEDFUNC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue