From e3fb1f6c9059db97e21835b954fb5afe9235d4ba Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 24 Jul 1996 22:48:06 +0000 Subject: [PATCH] fixed gnu warning int=>size_t --- src/gdd/dbMapper.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/gdd/dbMapper.cc b/src/gdd/dbMapper.cc index c979df2d7..3adb670b0 100644 --- a/src/gdd/dbMapper.cc +++ b/src/gdd/dbMapper.cc @@ -4,6 +4,9 @@ // $Id$ // // $Log$ +// Revision 1.6 1996/07/23 17:13:30 jbk +// various fixes - dbmapper incorrectly worked with enum types +// // Revision 1.5 1996/07/01 19:59:12 jhill // fixed case where gdd was mapped to a string without cvrt // @@ -1256,7 +1259,7 @@ void gddMakeMapDBR(gddApplicationTypeTable& tt) { gddMakeMapDBR(&tt); } void gddMakeMapDBR(gddApplicationTypeTable* tt) { type_table=tt; - int i; + size_t i; // Storing the DBRxxx type code in the app table will not work // for most of the types. This is because many share the same