diff --git a/src/modules/Parser/xml.cmod b/src/modules/Parser/xml.cmod
index e4459f59c28b5d2ba83b57acab01c46df349626b..1e667a73a77575f6ad8de7f0583159c8f68d0a79 100644
--- a/src/modules/Parser/xml.cmod
+++ b/src/modules/Parser/xml.cmod
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: xml.cmod,v 1.100 2008/06/29 20:48:57 marcus Exp $
+|| $Id: xml.cmod,v 1.101 2008/07/11 14:22:54 mast Exp $
 */
 
 #include "global.h"
@@ -3348,7 +3348,6 @@ PIKEFUN string autoconvert(string s)
 
 void init_parser_xml(void)
 {
-  ptrdiff_t off;
   init_xmlinput_blocks();
   push_text("location");
   location_string_svalue=sp[-1];
diff --git a/src/post_modules/GL/auto.c.in b/src/post_modules/GL/auto.c.in
index 3c67004ad1327fb282d82346550829f3590676e2..22764f01ea4fe6f9dc1fb9cf4ac10c3cdccb3529 100644
--- a/src/post_modules/GL/auto.c.in
+++ b/src/post_modules/GL/auto.c.in
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: auto.c.in,v 1.54 2006/09/27 19:03:12 marcus Exp $
+|| $Id: auto.c.in,v 1.55 2008/07/11 14:16:57 mast Exp $
 */
 
 #include "global.h"
@@ -546,7 +546,6 @@ static void my_glGenTextures( INT32 args )
 {
   GLint *res;
   struct array *a;
-  struct svalue tmp;
   int ntexts;
   int i;
   if( args != 1 || Pike_sp[-1].type != PIKE_T_INT )