From ffa1f1139b776c2dee039bbca586e2338ed042c7 Mon Sep 17 00:00:00 2001 From: Cary R Date: Thu, 13 May 2010 09:15:05 -0700 Subject: [PATCH] Update lxt_write.c to fix OpenSolaris compile warning. --- vpi/lxt_write.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vpi/lxt_write.c b/vpi/lxt_write.c index e37640b89..3ed778cc5 100644 --- a/vpi/lxt_write.c +++ b/vpi/lxt_write.c @@ -1585,7 +1585,7 @@ if(lt) /* * emission for trace values.. */ -static int lt_optimask[]= +static unsigned int lt_optimask[]= { 0x00000000, @@ -2809,8 +2809,11 @@ if((lt)&&(lt->dumpoff_active)) } /* - * $Id: lxt_write.c,v 1.5 2010/05/03 20:11:03 gtkwave Exp $ + * $Id: lxt_write.c,v 1.6 2010/05/13 06:03:40 gtkwave Exp $ * $Log: lxt_write.c,v $ + * Revision 1.6 2010/05/13 06:03:40 gtkwave + * compiler warning fix for lt_optimask on Open Solaris + * * Revision 1.5 2010/05/03 20:11:03 gtkwave * cppcheck warning fixes *