Index: src/GenPoly/Box.cc
===================================================================
--- src/GenPoly/Box.cc	(revision 4d3ca1d868f76bdc3c138e232ca019fd019466eb)
+++ src/GenPoly/Box.cc	(revision ca35c51743c5aa90ec6fd8bc56f12cfc866101ff)
@@ -9,7 +9,7 @@
 // Author           : Richard C. Bilson
 // Created On       : Mon May 18 07:44:20 2015
-// Last Modified By : Rob Schluntz
-// Last Modified On : Fri May 13 14:51:21 2016
-// Update Count     : 295
+// Last Modified By : Peter A. Buhr
+// Last Modified On : Wed Jun 29 21:43:03 2016
+// Update Count     : 296
 //
 
@@ -2294,5 +2294,5 @@
 				// all union members are at offset zero
 				delete offsetofExpr;
-				return new ConstantExpr( Constant( new BasicType( Type::Qualifiers(), BasicType::LongUnsignedInt ), std::string("0") ) );
+				return new ConstantExpr( Constant( new BasicType( Type::Qualifiers(), BasicType::LongUnsignedInt ), "0" ) );
 			} else return offsetofExpr;
 		}
Index: src/GenPoly/GenPoly.cc
===================================================================
--- src/GenPoly/GenPoly.cc	(revision 4d3ca1d868f76bdc3c138e232ca019fd019466eb)
+++ src/GenPoly/GenPoly.cc	(revision ca35c51743c5aa90ec6fd8bc56f12cfc866101ff)
@@ -9,7 +9,7 @@
 // Author           : Richard C. Bilson
 // Created On       : Mon May 18 07:44:20 2015
-// Last Modified By : Rob Schluntz
-// Last Modified On : Wed May 25 13:39:21 2016
-// Update Count     : 13
+// Last Modified By : Peter A. Buhr
+// Last Modified On : Wed Jun 29 21:45:53 2016
+// Update Count     : 14
 //
 
@@ -78,5 +78,5 @@
 		type = replaceTypeInst( type, env );
 
-		if ( TypeInstType *typeInst = dynamic_cast< TypeInstType * >( type ) ) {
+		if ( dynamic_cast< TypeInstType * >( type ) ) {
 			return type;
 		} else if ( StructInstType *structType = dynamic_cast< StructInstType* >( type ) ) {
