Skip to content

Commit a85ef5b

Browse files
committed
fixup: ci
1 parent 8047ee5 commit a85ef5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: tools/ci/cpp_check.py

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def check(self):
2727
[
2828
'cppcheck',
2929
'-DRT_ASSERT(x)=',
30+
'-Drt_list_for_each_entry(a,b,c)=a=(void*)b;',
3031
'-I include',
3132
'-I thread/components/finsh',
3233
# it's okay because CI will do the real compilation to check this

0 commit comments

Comments
 (0)