[Spice-commits] cfg.mk

Frediano Ziglio fziglio at kemper.freedesktop.org
Wed Nov 9 15:38:21 UTC 2016


 cfg.mk |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 8c36a85d16c182c4761ac6a7a47a2273dc1a6c5e
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Thu Oct 27 16:12:13 2016 +0200

    syntax-check: Add exception for server/stat.h
    
    Due to the use of static inline functions, the headers uses
    G_GNUC_UNUSED, which the sc_avoid_attribute_unused_in_header test
    complains about.
    
    Acked-by: Frediano Ziglio <fziglio at redhat.com>

diff --git a/cfg.mk b/cfg.mk
index 8809df0..3e5d345 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -145,3 +145,5 @@ 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
+
+exclude_file_name_regexp--sc_avoid_attribute_unused_in_header = server/stat.h


More information about the Spice-commits mailing list