diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-06 15:20:31 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-06 15:20:31 +0000 |
commit | a3d6ac59fe305b3588ffc901435f5959e4b244e9 (patch) | |
tree | e350b5defafe30f2890f50f47dbcae030b8c3ac7 /wm/golem/patches | |
parent | 51410f4b42f536b4e6d34b925682514f0cc4cff0 (diff) | |
download | pkgsrc-a3d6ac59fe305b3588ffc901435f5959e4b244e9.tar.gz |
Fix GCC 3.4+: label at end of compound statement.
Diffstat (limited to 'wm/golem/patches')
-rw-r--r-- | wm/golem/patches/patch-ae | 11 | ||||
-rw-r--r-- | wm/golem/patches/patch-af | 12 |
2 files changed, 23 insertions, 0 deletions
diff --git a/wm/golem/patches/patch-ae b/wm/golem/patches/patch-ae new file mode 100644 index 00000000000..7433dfa9fa5 --- /dev/null +++ b/wm/golem/patches/patch-ae @@ -0,0 +1,11 @@ +$NetBSD: patch-ae,v 1.1 2005/12/06 15:20:31 joerg Exp $ + +--- plugins/simple_menus/parseparams.c.orig 2005-12-06 15:11:20.000000000 +0000 ++++ plugins/simple_menus/parseparams.c +@@ -166,5 +166,6 @@ void parseparams(menu_t *menu, param_t * + } + PWARN("ignoring unknown parameter type %s, under %s", param->name, topparam->name); + found: ++ ; + } + } diff --git a/wm/golem/patches/patch-af b/wm/golem/patches/patch-af new file mode 100644 index 00000000000..5377edb249a --- /dev/null +++ b/wm/golem/patches/patch-af @@ -0,0 +1,12 @@ +$NetBSD: patch-af,v 1.1 2005/12/06 15:20:31 joerg Exp $ + +--- plugins/pier/parseparams.c.orig 2005-12-06 15:13:09.000000000 +0000 ++++ plugins/pier/parseparams.c +@@ -161,6 +161,7 @@ void parseparams() { + } + PWARN("ignoring unknown pier item type %s", itemparam->value); + found: ++ ; + } + } + } |