Add missing PVS Studio Open Source comments.

Also avoid checking protobuf-c source and protobuf-c generated files.
This commit is contained in:
Todd C. Miller
2022-06-29 09:45:04 -06:00
parent e5834bd405
commit 3e21c8da5c
23 changed files with 99 additions and 33 deletions

View File

@@ -81,11 +81,6 @@ POBJS = $(IOBJS:.i=.plog)
all: libprotobuf-c.la
pvs-log-files: $(POBJS)
pvs-studio: $(POBJS)
plog-converter $(PVS_LOG_OPTS) $(POBJS)
depend:
$(scriptdir)/mkdep.pl --srcdir=$(abs_top_srcdir) \
--builddir=$(abs_top_builddir) lib/protobuf-c/Makefile.in
@@ -144,7 +139,9 @@ splint:
cppcheck:
cppcheck $(CPPCHECK_OPTS) -I$(incdir) -I$(top_builddir) -I$(top_srcdir) $(srcdir)/*.c
pvs-log-files: $(POBJS)
pvs-log-files:
pvs-studio:
fuzz: