> > warning: md: metavariable name not used in the - or context code > > warning: md: metavariable ct not used in the - or context code > > warning: rule starting on line 17: metavariable foo not used in the - > > or context code > > warning: rule starting on line 17: metavariable foob not used in the - > > or context code > > > > > > 1 - foob is declared with an unknown metavariable type (ie fat-fingered) > > not one of the usual ones, nor a type defined in the includes. > > > > 2 - is this warning telling me how to fix problem ? > > is it telling me theres a real problem ? > > It is telling that foo and foob do not appear at line 24 which is > minus code.
A bit more precisely, it means that foo and foob are declared as metavariables, but are not used anywhere. julia _______________________________________________ Cocci mailing list [email protected] http://lists.diku.dk/mailman/listinfo/cocci (Web access from inside DIKUs LAN only)
