1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-21 14:00:51 +03:00

checksrc: fix reference in Makefile.am, update options [ci skip]

This commit is contained in:
Viktor Szakats
2023-03-28 07:59:24 +00:00
parent b35381e446
commit 4e0f0ceeb3

View File

@@ -153,6 +153,13 @@ $(VCPROJ): win32/vc8proj.head win32/vc8proj.foot Makefile.am
awk '{printf("%s\r\n", gensub("\r", "", "g"))}' > $@ ) awk '{printf("%s\r\n", gensub("\r", "", "g"))}' > $@ )
checksrc: checksrc:
perl src/checksrc.pl -i4 -m79 -ASIZEOFNOPAREN -ASNPRINTF -ACOPYRIGHT \ perl ci/checksrc.pl -i4 -m79 \
-AFOPENMODE -Wsrc/libssh2_config.h src/*.[ch] include/*.h example/*.c \ -ASIZEOFNOPAREN \
-ASNPRINTF \
-ACOPYRIGHT \
-AFOPENMODE \
-AEQUALSNULL \
-ANOTEQUALSZERO \
-ATYPEDEFSTRUCT \
-Wsrc/libssh2_config.h src/*.[ch] include/*.h example/*.c \
tests/*.[ch] tests/*.[ch]