Guest User

Untitled

a guest
Mar 25th, 2025
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. lib.c:363:19: warning: address of stack memory associated with local variable 'stk' returned [-Wreturn-stack-address]
  2. 363 | return (char*)&stk - stk.rlim_cur + 16384;
  3. | ^~~
  4. lib.c:701:38: warning: incompatible pointer types passing 'uint64_t *' (aka 'unsigned long long *') to parameter of type 'char *' [-Wincompatible-pointer-types]
  5. 701 | bufFloat(car(x), y >> 4, &value[i]);
  6. | ^~~~~~~~~
  7. lib.c:584:50: note: passing argument to parameter 'p' here
  8. 584 | void bufFloat(uint64_t value, int64_t scl, char *p) {
  9. | ^
  10. lib.c:703:39: warning: incompatible pointer types passing 'uint64_t *' (aka 'unsigned long long *') to parameter of type 'char *' [-Wincompatible-pointer-types]
  11. 703 | bufDouble(car(x), y >> 4, &value[i]);
  12. | ^~~~~~~~~
  13. lib.c:600:51: note: passing argument to parameter 'p' here
  14. 600 | void bufDouble(uint64_t value, int64_t scl, char *p) {
  15. | ^
  16. 3 warnings generated.
Add Comment
Please, Sign In to add comment