From 1c0e7eff69556e1d1a593f59adc48ec99388db5b Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Wed, 4 Aug 2004 10:00:02 +0000 Subject: Fix build with gcc-3.4 PR: ports/69981 Submitted by: Andrey Slusar --- x11-wm/golem/files/patch-plugins::simple_menus::parseparams.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 x11-wm/golem/files/patch-plugins::simple_menus::parseparams.c (limited to 'x11-wm/golem/files/patch-plugins::simple_menus::parseparams.c') diff --git a/x11-wm/golem/files/patch-plugins::simple_menus::parseparams.c b/x11-wm/golem/files/patch-plugins::simple_menus::parseparams.c new file mode 100644 index 000000000000..022c0f808300 --- /dev/null +++ b/x11-wm/golem/files/patch-plugins::simple_menus::parseparams.c @@ -0,0 +1,9 @@ +--- plugins/simple_menus/parseparams.c.orig Wed Nov 28 01:44:35 2001 ++++ plugins/simple_menus/parseparams.c Wed Aug 4 04:58:14 2004 +@@ -166,5 +166,6 @@ + } + PWARN("ignoring unknown parameter type %s, under %s", param->name, topparam->name); + found: ++ continue; + } + } -- cgit v1.2.3