1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/math/guppi/files/patch-src_libguppiplot_guppi-root-group-item.c
Joe Marcus Clarke 6132935ab6 Fix the build with GCC 3.4.2.
Reported by:	pointyhat
Approved by:	portmgr (implicit)
2004-09-06 19:08:13 +00:00

19 lines
402 B
C

--- src/libguppiplot/guppi-root-group-item.c.orig Mon Sep 6 15:01:23 2004
+++ src/libguppiplot/guppi-root-group-item.c Mon Sep 6 15:01:35 2004
@@ -548,6 +548,7 @@
return motion_notify_event (root, &(ev->motion));
default:
+ ;
}
return FALSE;
@@ -777,6 +778,7 @@
case ROOT_GROUP_RESIZE_NONE:
default:
/* insure we do nothing */
+ ;
}
if (please_resize_canvas)