[Spice-commits] server/tests

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jan 3 15:10:47 UTC 2019


 server/tests/test-display-base.c |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit c55058563fd7d9b608c987cbbf04f94cfa2d6654
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Thu Jan 3 13:59:47 2019 +0000

    test-display-base: Remove error from "make syntax-check"
    
    Due to previous commit "make syntax-check" command reports:
    
    prohibit_signal_without_use
    server/tests/test-display-base.c
    maint.mk: the above files include signal.h but don't use it
    make: *** [maint.mk:639: sc_prohibit_signal_without_use] Error 1
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
    Acked-by: Christophe Fergeau <cfergeau at redhat.com>

diff --git a/server/tests/test-display-base.c b/server/tests/test-display-base.c
index 20b97833..aa59b443 100644
--- a/server/tests/test-display-base.c
+++ b/server/tests/test-display-base.c
@@ -21,7 +21,6 @@
 #include <string.h>
 #include <stdio.h>
 #include <unistd.h>
-#include <signal.h>
 #include <sys/wait.h>
 #include <sys/select.h>
 #include <sys/types.h>


More information about the Spice-commits mailing list