Index: wmlscript/wsgram.y
===================================================================
--- wmlscript/wsgram.y	(revision 4841)
+++ wmlscript/wsgram.y	(working copy)
@@ -720,7 +720,7 @@
 yyerror(char *msg)
 {
 #if WS_DEBUG
-  fprintf(stderr, "*** %s:%d: wsc: %s - this msg will be removed ***\n",
+  fprintf(stderr, "*** %s:%ld: wsc: %s - this msg will be removed ***\n",
 	  global_compiler->input_name, global_compiler->linenum, msg);
 #endif /* WS_DEBUG */
 }
Index: gwlib/pki.c
===================================================================
--- gwlib/pki.c	(revision 4841)
+++ gwlib/pki.c	(working copy)
@@ -93,7 +93,6 @@
 		
         /* Check errors!!!! */
         FILE* fp;
-        Octstr* foo;
         
         /* Open the file specified by "s" */
 		filename = octstr_get_cstr(s);
@@ -118,7 +117,6 @@
 		
         /* Check errors!!!! */
         FILE* fp;
-        Octstr* foo;
 
 		filename = octstr_get_cstr(s);
 		password = passwd != NULL ? octstr_get_cstr(passwd) : NULL;
