freebsd-ports/x11-wm/ahwm/files/patch-move-resize.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

36 lines
923 B
C

--- move-resize.c.orig Sun Feb 17 04:58:21 2002
+++ move-resize.c Fri Aug 6 21:39:09 2004
@@ -794,7 +794,8 @@
x_start = client->x + client->width;
y_start = client->y + client->height;
break;
- default: /* shuts up compiler warning */
+ default:
+ ; /* shuts up compiler warning */
}
}
xrefresh();
@@ -1056,6 +1057,7 @@
*old = WEST;
break;
default:
+ ;
}
}
@@ -1200,6 +1202,7 @@
}
break;
default:
+ ;
}
}
@@ -1236,6 +1239,7 @@
}
break;
default:
+ ;
}
}