mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-04 20:45:34 +00:00
syntax-check: Exclude red_replay_qxl.c from sc_cast_of_argument_to_free
red_replay_qxl.c stores some pointers QXLPHYSICAL data members (ie uint64_t), and then needs to free them, so the cast is required.
This commit is contained in:
parent
0ef10ddfda
commit
5228cd2a31
2
cfg.mk
2
cfg.mk
@ -150,3 +150,5 @@ exclude_file_name_regexp--sc_trailing_blank = ^common/win/my_getopt-1.5/getopt.3
|
||||
exclude_file_name_regexp--sc_unmarked_diagnostics = ^.*\.(c|py|h)
|
||||
|
||||
exclude_file_name_regexp--sc_prohibit_path_max_allocation = server/tests/test_display_base.c
|
||||
|
||||
exclude_file_name_regexp--sc_cast_of_argument_to_free = server/red_replay_qxl.c
|
||||
|
||||
Loading…
Reference in New Issue
Block a user