disabled a warning
This commit is contained in:
@@ -32,11 +32,13 @@ MarkDef(nd, flags, on)
|
|||||||
BlockScope != nd->nd_def->df_scope )
|
BlockScope != nd->nd_def->df_scope )
|
||||||
nd->nd_def->df_flags |= D_SETINHIGH;
|
nd->nd_def->df_flags |= D_SETINHIGH;
|
||||||
if( on ) {
|
if( on ) {
|
||||||
|
/*
|
||||||
if( (flags & D_SET) &&
|
if( (flags & D_SET) &&
|
||||||
(nd->nd_def->df_flags & D_WITH) )
|
(nd->nd_def->df_flags & D_WITH) )
|
||||||
node_warning(nd,
|
node_warning(nd,
|
||||||
"variable \"%s\" already referenced in with",
|
"variable \"%s\" already referenced in with",
|
||||||
nd->nd_def->df_idf->id_text);
|
nd->nd_def->df_idf->id_text);
|
||||||
|
*/
|
||||||
nd->nd_def->df_flags |= flags;
|
nd->nd_def->df_flags |= flags;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user