1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/x11-wm/ahwm/files/patch-prefs.c
Kirill Ponomarev e9ecf73769 Fix build with gcc-3.4.2
PR:		ports/70122
Submitted by:	Ports Fury
2004-08-07 19:18:57 +00:00

21 lines
489 B
C

--- prefs.c.orig Sun Feb 24 16:31:27 2002
+++ prefs.c Fri Aug 6 21:36:57 2004
@@ -642,7 +642,7 @@
mouseunbinding_apply(client, lp->line_value.mouseunbinding);
break;
default:
- /* nothing */
+ ; /* nothing */
}
}
}
@@ -839,7 +839,7 @@
p->raise_delay_set = opt->option_setting;
break;
default:
- /* nothing */
+ ; /* nothing */
}
}