Skip to content

Commit

Permalink
cppcheck: fix warning
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Klotzbuecher <mk@mkio.de>
  • Loading branch information
kmarkus committed May 19, 2020
1 parent 38f2b84 commit 4ee5360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ docs:
cppcheck:
@cppcheck -q \
--enable=all \
-Ilibubx/ -DRAMP_T=int \
-Ilibubx/ -DRAMP_T=int -DRAND_DOUBLE_T=1 \
--suppress=missingInclude \
--suppress=unusedFunction \
--suppress=*:std_blocks/webif/mongoose.c \
Expand Down

0 comments on commit 4ee5360

Please sign in to comment.