unused_argument.out 205 B

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