mirror of
https://github.com/curl/curl.git
synced 2026-04-15 05:01:42 +03:00
checksrc.bat: Ignore snprintf warnings in docs/examples
.. because we allow snprintf use in docs/examples. Closes https://github.com/curl/curl/pull/3862
This commit is contained in:
parent
0424605fc7
commit
edf2f6a6f6
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ rem ***************************************************************************
|
|||
if "%CHECK_EXAMPLES%" == "TRUE" (
|
||||
rem Check the docs\examples directory
|
||||
if exist %SRC_DIR%\docs\examples (
|
||||
for /f "delims=" %%i in ('dir "%SRC_DIR%\docs\examples\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SRC_DIR%\docs\examples" "%%i"
|
||||
for /f "delims=" %%i in ('dir "%SRC_DIR%\docs\examples\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SRC_DIR%\docs\examples" -ASNPRINTF "%%i"
|
||||
)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue