From 8dd21e58209bdbe682b54c93aa20c41a46c2dc09 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Thu, 8 Oct 2015 10:06:17 +0200 Subject: 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. --- cfg.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cfg.mk') diff --git a/cfg.mk b/cfg.mk index 7cf1d58c..c9353273 100644 --- a/cfg.mk +++ b/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 -- cgit