1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/x11-wm/golem/files/patch-plugins::simple_menus::parseparams.c
Kirill Ponomarev 1c0e7eff69 Fix build with gcc-3.4
PR:		ports/69981
Submitted by:	Andrey Slusar <vasallia@ukr.net>
2004-08-04 10:00:02 +00:00

10 lines
272 B
C

--- 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;
}
}