unsafe_call_argument.out 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. GDTEST_OK
  2. >> WARNING
  3. >> Line: 24
  4. >> UNSAFE_CALL_ARGUMENT
  5. >> The argument 1 of the function "int_func()" requires the subtype "int" but the supertype "Variant" was provided.
  6. >> WARNING
  7. >> Line: 25
  8. >> UNSAFE_CALL_ARGUMENT
  9. >> The argument 1 of the function "int_func()" requires the subtype "int" but the supertype "Variant" was provided.
  10. >> WARNING
  11. >> Line: 26
  12. >> UNSAFE_CALL_ARGUMENT
  13. >> The argument 1 of the function "int_func()" requires the subtype "int" but the supertype "Variant" was provided.
  14. >> WARNING
  15. >> Line: 27
  16. >> UNSAFE_CALL_ARGUMENT
  17. >> The argument 1 of the function "int_func()" requires the subtype "int" but the supertype "Variant" was provided.
  18. >> WARNING
  19. >> Line: 30
  20. >> UNSAFE_CALL_ARGUMENT
  21. >> The argument 1 of the function "float_func()" requires the subtype "float" but the supertype "Variant" was provided.
  22. >> WARNING
  23. >> Line: 31
  24. >> UNSAFE_CALL_ARGUMENT
  25. >> The argument 1 of the function "float_func()" requires the subtype "float" but the supertype "Variant" was provided.
  26. >> WARNING
  27. >> Line: 32
  28. >> UNSAFE_CALL_ARGUMENT
  29. >> The argument 1 of the function "float_func()" requires the subtype "float" but the supertype "Variant" was provided.
  30. >> WARNING
  31. >> Line: 33
  32. >> UNSAFE_CALL_ARGUMENT
  33. >> The argument 1 of the function "float_func()" requires the subtype "float" but the supertype "Variant" was provided.