[Xfce4-commits] <midori:master> Add -Wunreachable-code to compilation warnings

Christian Dywan noreply at xfce.org
Thu Mar 4 02:10:01 CET 2010


Updating branch refs/heads/master
         to baef8d12839fbf641dc4d356f76aabd02f71ce26 (commit)
       from 1900c603a91763c7fb7bb04ea165e7c0345a2f03 (commit)

commit baef8d12839fbf641dc4d356f76aabd02f71ce26
Author: Christian Dywan <christian at twotoasts.de>
Date:   Wed Mar 3 23:19:22 2010 +0100

    Add -Wunreachable-code to compilation warnings

 wscript |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/wscript b/wscript
index 4e7b7fe..11f28f7 100644
--- a/wscript
+++ b/wscript
@@ -297,7 +297,7 @@ def configure (conf):
                 '-Wno-missing-field-initializers '
                 '-Wredundant-decls -Wmissing-noreturn '
                 '-Wshadow -Wpointer-arith -Wcast-align '
-                '-Winline -Wformat-security '
+                '-Winline -Wformat-security -Wunreachable-code '
                 '-Winit-self -Wundef -Wdeclaration-after-statement '
                 '-Wmissing-format-attribute -Wnested-externs '
             # -DGSEAL_ENABLE



More information about the Xfce4-commits mailing list