[Spice-commits] m4/spice-compile-warnings.m4

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Feb 1 08:52:41 UTC 2019


 m4/spice-compile-warnings.m4 |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 1b7c19bc1b0728319fe68b725629712593c32a00
Author: Eduardo Lima (Etrunko) <etrunko at redhat.com>
Date:   Wed Jan 30 10:07:30 2019 -0200

    m4: Remove repeated warnings suppression
    
    Signed-off-by: Eduardo Lima (Etrunko) <etrunko at redhat.com>
    Acked-by: Frediano Ziglio <fziglio at redhat.com>

diff --git a/m4/spice-compile-warnings.m4 b/m4/spice-compile-warnings.m4
index 5a601209..2081475e 100644
--- a/m4/spice-compile-warnings.m4
+++ b/m4/spice-compile-warnings.m4
@@ -51,9 +51,6 @@ AC_DEFUN([SPICE_COMPILE_WARNINGS],[
     dontwarn="$dontwarn -Wformat-nonliteral"
     dontwarn="$dontwarn -Wfloat-equal"
     dontwarn="$dontwarn -Wdeclaration-after-statement"
-    dontwarn="$dontwarn -Wcast-qual"
-    dontwarn="$dontwarn -Wconversion"
-    dontwarn="$dontwarn -Wsign-conversion"
     dontwarn="$dontwarn -Wpacked"
     dontwarn="$dontwarn -Wunused-macros"
     dontwarn="$dontwarn -Woverlength-strings"


More information about the Spice-commits mailing list