Skip to content

Commit c99913b

Browse files
committed
fix cppcheck
1 parent b2dadba commit c99913b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/ci/cpp_check.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ def check(self):
6262
'-DRT_ASSERT(x)=',
6363
'-DRTM_EXPORT(x)=',
6464
'-Drt_list_for_each_entry(a,b,c)=a=(void*)b;',
65+
'-DCMD_OPTIONS_STATEMENT(x)=',
66+
'-DCMD_OPTIONS_NODE_START(x)=',
67+
'-DCMD_OPTIONS_NODE(x,y,z)=',
6568
'-I include',
6669
'-I thread/components/finsh',
6770
# it's okay because CI will do the real compilation to check this

0 commit comments

Comments
 (0)