2022-08-22 17:06:17 +00:00
|
|
|
# MLib macros we can't do much about.
|
2022-12-26 12:13:30 +00:00
|
|
|
//-V:M_LET:1048,1044
|
2022-08-22 17:06:17 +00:00
|
|
|
//-V:M_EACH:1048,1044
|
|
|
|
//-V:ARRAY_DEF:760,747,568,776,729,712,654
|
|
|
|
//-V:LIST_DEF:760,747,568,712,729,654,776
|
|
|
|
//-V:BPTREE_DEF2:779,1086,557,773,512
|
|
|
|
//-V:DICT_DEF2:779,524,776,760,1044,1001,729,590,568,747,685
|
|
|
|
//-V:ALGO_DEF:1048,747,1044
|
2022-11-07 14:54:41 +00:00
|
|
|
//-V:TUPLE_DEF2:524,590,1001,760
|
2022-08-22 17:06:17 +00:00
|
|
|
|
|
|
|
# Non-severe malloc/null pointer deref warnings
|
|
|
|
//-V::522:2,3
|
|
|
|
|
|
|
|
# Warning about headers with copyleft license
|
|
|
|
//-V::1042
|
|
|
|
|
|
|
|
# Potentially null argument warnings
|
|
|
|
//-V:memset:575
|
|
|
|
//-V:memcpy:575
|
2022-12-26 12:13:30 +00:00
|
|
|
//-V:memcmp:575
|
|
|
|
//-V:strlen:575
|
2022-08-22 17:06:17 +00:00
|
|
|
//-V:strcpy:575
|
2022-12-26 12:13:30 +00:00
|
|
|
//-V:strncpy:575
|
2022-08-22 17:06:17 +00:00
|
|
|
//-V:strchr:575
|
|
|
|
|
|
|
|
# For loop warning on M_FOREACH
|
|
|
|
//-V:for:1044
|
2022-12-26 12:13:30 +00:00
|
|
|
|
|
|
|
# Bitwise OR
|
|
|
|
//-V:bit:792
|
|
|
|
|
|
|
|
# Do not complain about similar code
|
|
|
|
//-V::525
|
|
|
|
|
|
|
|
# Common embedded development pointer operations
|
|
|
|
//-V::566
|
|
|
|
//-V::1032
|
|
|
|
|
|
|
|
# Warnings about length mismatch
|
|
|
|
//-V:property_value_out:666
|
|
|
|
|
|
|
|
# Model-related warnings
|
|
|
|
//-V:with_view_model:1044,1048
|
|
|
|
|
|
|
|
# Functions that always return the same error code
|
|
|
|
//-V:picopass_device_decrypt:1048
|