lambda_unused_arg.out 194 B

12345
  1. GDTEST_OK
  2. >> WARNING
  3. >> Line: 2
  4. >> UNUSED_PARAMETER
  5. >> The parameter "unused" is never used in the function "<anonymous lambda>()". If this is intended, prefix it with an underscore: "_unused".