1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

Fix build with GCC 3.4

This commit is contained in:
Tilman Keskinoz 2004-08-06 15:56:42 +00:00
parent 6d5b131678
commit 4f6397c93f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115514

View File

@ -0,0 +1,12 @@
--- guicontrol.c.orig Fri Aug 6 17:54:38 2004
+++ guicontrol.c Fri Aug 6 17:55:44 2004
@@ -375,7 +375,8 @@
break;
case GETHDR_SYN: warn("oops, we're out of sync.\n");
break;
- default:
+ default:
+ break;
}
break;
}