[PATCH] Android: disable unused parameter warnings

Holger Schurig holgerschurig
Thu Apr 17 07:46:10 PDT 2014


Or mark them explictly:

some_eap_meth(eap *moo; param *boo)
{
  (void)boo;

  if (moo->xxx)
    barf();
}

But i'd say annotating all the existing 3522 places with those things
is a job for a bureaucrat!  :-)



More information about the Hostap mailing list