[Pkg-wmaker-commits] [wmsysmon] 07/37: Imported Debian patch 0.7.7-3.1

Doug Torrance dtorrance-guest at moszumanska.debian.org
Tue Aug 25 03:09:46 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmsysmon.

commit 164a888573de9aaba635f20800a91b8114cf5b29
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Sep 4 16:52:12 2005 +0100

    Imported Debian patch 0.7.7-3.1
---
 debian/changelog | 9 +++++++++
 src/wmsysmon.c   | 1 +
 2 files changed, 10 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f004a55..4b873c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+wmsysmon (0.7.7-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * src/wmsysmon.c: Add break at the end of the default label clause
+    of a switch statement to fix a build failure with GCC 4.0.
+    Applied patch from Andreas Jochens (closes: #259912).
+
+ -- Roger Leigh <rleigh at debian.org>  Sun,  4 Sep 2005 16:52:12 +0100
+
 wmsysmon (0.7.7-3) unstable; urgency=low
 
   * Manpage fixed (closes: #93475, #165944).
diff --git a/src/wmsysmon.c b/src/wmsysmon.c
index b780ead..d2c040c 100644
--- a/src/wmsysmon.c
+++ b/src/wmsysmon.c
@@ -288,6 +288,7 @@ void wmsysmon_routine(int argc, char **argv)
 #ifdef MONDEBUG
 				printf("got: %i\n", Event.type);
 #endif
+				break;
 			}
 		}
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmsysmon.git



More information about the Pkg-wmaker-commits mailing list