• Orgad Shaneh's avatar
    Fix warnings on Win64 · eedb37a6
    Orgad Shaneh authored
    read.c:399:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
      399 |                     obj = (void*)(long)cur->type;
          |                           ^
    eedb37a6
read.c 22.7 KB