diff options
author | jbj <devnull@localhost> | 2001-05-31 22:31:14 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-05-31 22:31:14 +0000 |
commit | f5ebe3fb424b215dbd455cabd37f5ea56bd5dbff (patch) | |
tree | bd022b76822e483d6133c63c5fa056a750f6b4d9 /lib/.lclintrc | |
parent | f8b347a38aeb9a8c90739f3cd2cd2d5c5e46fcce (diff) | |
download | rpm-f5ebe3fb424b215dbd455cabd37f5ea56bd5dbff.tar.gz rpm-f5ebe3fb424b215dbd455cabd37f5ea56bd5dbff.tar.bz2 rpm-f5ebe3fb424b215dbd455cabd37f5ea56bd5dbff.zip |
- return multiple suggested packages (Pawel Kolodziej <pawelk@pld.org.pl>).
- fix: return suggested packages when using Depends cache.
CVS patchset: 4823
CVS date: 2001/05/31 22:31:14
Diffstat (limited to 'lib/.lclintrc')
-rw-r--r-- | lib/.lclintrc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/.lclintrc b/lib/.lclintrc index 5026ef6d5..978f15600 100644 --- a/lib/.lclintrc +++ b/lib/.lclintrc @@ -10,6 +10,16 @@ # XXX ignore doxygen markings -unrecogcomments +#+mustmod # segfault in psm.c:597 ++proto-param-match + +#-cpp-names +#-declundef # db3 is noisy +#-deepbreak # 485 cases +#-export-local +#-export-header +#-export-header-var + # don't-bother-me-yet parameters -branchstate # ~140 painful -mustfree # ~588 alloca is painful |