From 58ee803cb4b80f28d70986de9274eb4048a0d96b Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Thu, 26 Jun 2014 21:45:14 -0400 Subject: [PATCH] Fix test GCC warning, bug794. --- test_regress/t/t_vpi_get.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_regress/t/t_vpi_get.cpp b/test_regress/t/t_vpi_get.cpp index e1e78dc87..c6bc3ac93 100644 --- a/test_regress/t/t_vpi_get.cpp +++ b/test_regress/t/t_vpi_get.cpp @@ -152,7 +152,7 @@ struct params { unsigned int size; unsigned int direction; unsigned int scalar; - unsigned int type; + int type; } attributes, children; } values[] = { {"onebit", {1, vpiNoDirection, 1, vpiReg}, {0, 0, 0, 0}},