[llvm] r183650 - Avoid warnings about unused parameters that tend to come up a lot when

Dmitri Gribenko gribozavr at gmail.com
Sat Jun 15 20:25:07 PDT 2013


On Tue, Jun 11, 2013 at 12:22 AM, NAKAMURA Takumi <geek4civic at gmail.com> wrote:
> Duncan,
>
> It seems -Wdocumentation doesn't like it.
>
> llvm/include/llvm/Support/MathExtras.h:43:12: warning: parameter 'ZB'
> not found in the function declaration [Wdocumentation]
> llvm/include/llvm/Support/MathExtras.h:112:12: warning: parameter 'ZB'
> not found in the function declaration [-Wdocumentation]
>
> Any idea? Simply to eliminate \param ?

Should be fixed in r184051.

Dmitri

--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/



More information about the llvm-commits mailing list