forked from github/verilator
Fix compile warning
This commit is contained in:
parent
d55f065ce2
commit
7b3eb22865
@ -770,7 +770,6 @@ private:
|
|||||||
bool implicitParam = nodep->isParam() && bdtypep && bdtypep->implicit();
|
bool implicitParam = nodep->isParam() && bdtypep && bdtypep->implicit();
|
||||||
if (implicitParam) {
|
if (implicitParam) {
|
||||||
int width=0;
|
int width=0;
|
||||||
AstNumeric rs = AstNumeric::UNSIGNED;
|
|
||||||
if (nodep->valuep()) {
|
if (nodep->valuep()) {
|
||||||
nodep->valuep()->iterateAndNext(*this,WidthVP(width,0,PRELIM).p());
|
nodep->valuep()->iterateAndNext(*this,WidthVP(width,0,PRELIM).p());
|
||||||
UINFO(9,"implicitParamPRELIMIV "<<nodep->valuep()<<endl);
|
UINFO(9,"implicitParamPRELIMIV "<<nodep->valuep()<<endl);
|
||||||
|
Loading…
Reference in New Issue
Block a user