updated for version 7.2-182
diff --git a/src/gui_gtk_f.c b/src/gui_gtk_f.c
index 23a9417..d88499e 100644
--- a/src/gui_gtk_f.c
+++ b/src/gui_gtk_f.c
@@ -229,6 +229,7 @@
     {
 	GtkTypeInfo form_info;
 
+	vim_memset(&form_info, 0, sizeof(form_info));
 	form_info.type_name = "GtkForm";
 	form_info.object_size = sizeof(GtkForm);
 	form_info.class_size = sizeof(GtkFormClass);
diff --git a/src/netbeans.c b/src/netbeans.c
index d7badae..dba50d4 100644
--- a/src/netbeans.c
+++ b/src/netbeans.c
@@ -707,7 +707,7 @@
 #else
 # ifdef FEAT_GUI_MOTIF
     static void
-messageFromNetbeans(XtPointer clientData UNUSED
+messageFromNetbeans(XtPointer clientData UNUSED,
 		    int *unused1 UNUSED,
 		    XtInputId *unused2 UNUSED)
 # endif
diff --git a/src/version.c b/src/version.c
index 24b23b0..edaa8b7 100644
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    182,
+/**/
     181,
 /**/
     180,