shadowed_global_identifier.out 294 B

123456789
  1. GDTEST_OK
  2. >> WARNING
  3. >> Line: 2
  4. >> UNUSED_VARIABLE
  5. >> The local variable 'abs' is declared but never used in the block. If this is intended, prefix it with an underscore: '_abs'
  6. >> WARNING
  7. >> Line: 2
  8. >> SHADOWED_GLOBAL_IDENTIFIER
  9. >> The variable 'abs' has the same name as a built-in function.