constants.out 1.4 KB

123456789101112131415161718192021222324252627282930313233
  1. GDTEST_OK
  2. >> WARNING
  3. >> Line: 2
  4. >> UNUSED_LOCAL_CONSTANT
  5. >> The local constant '_TEST' is declared but never used in the block. If this is intended, prefix it with an underscore: '__TEST'
  6. >> WARNING
  7. >> Line: 3
  8. >> UNUSED_LOCAL_CONSTANT
  9. >> The local constant '_STRING' is declared but never used in the block. If this is intended, prefix it with an underscore: '__STRING'
  10. >> WARNING
  11. >> Line: 4
  12. >> UNUSED_LOCAL_CONSTANT
  13. >> The local constant '_VECTOR' is declared but never used in the block. If this is intended, prefix it with an underscore: '__VECTOR'
  14. >> WARNING
  15. >> Line: 5
  16. >> UNUSED_LOCAL_CONSTANT
  17. >> The local constant '_ARRAY' is declared but never used in the block. If this is intended, prefix it with an underscore: '__ARRAY'
  18. >> WARNING
  19. >> Line: 6
  20. >> UNUSED_LOCAL_CONSTANT
  21. >> The local constant '_DICTIONARY' is declared but never used in the block. If this is intended, prefix it with an underscore: '__DICTIONARY'
  22. >> WARNING
  23. >> Line: 9
  24. >> UNUSED_LOCAL_CONSTANT
  25. >> The local constant '_HELLO' is declared but never used in the block. If this is intended, prefix it with an underscore: '__HELLO'
  26. >> WARNING
  27. >> Line: 10
  28. >> UNUSED_LOCAL_CONSTANT
  29. >> The local constant '_INFINITY' is declared but never used in the block. If this is intended, prefix it with an underscore: '__INFINITY'
  30. >> WARNING
  31. >> Line: 11
  32. >> UNUSED_LOCAL_CONSTANT
  33. >> The local constant '_NOT_A_NUMBER' is declared but never used in the block. If this is intended, prefix it with an underscore: '__NOT_A_NUMBER'