Skip to content

Commit 12c538f

Browse files
committed
Remove duplicated cppcheck suppressions
Fixes: cppcheck: error: suppression '*:extra/gnuradio/wfm.h' already exists cppcheck: error: suppression '*:extra/gnuradio/HrAGC.h' already exists
1 parent 5d81ea3 commit 12c538f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cppcheck.sh

-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ SUPPRESS="\
2121
--suppress=*:extra/gnuradio/am.h \
2222
--suppress=*:extra/gnuradio/ssb.h \
2323
--suppress=*:extra/gnuradio/wfm.h \
24-
--suppress=*:extra/gnuradio/wfm.h \
25-
--suppress=*:extra/gnuradio/HrAGC.h \
2624
--suppress=*:extra/gnuradio/gnuradio.cc \
2725
--suppress=missingIncludeSystem \
2826
--suppress=*:style/rigs/adat/adat.c

0 commit comments

Comments
 (0)