lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Do you know how to remove these warnings?

The trick with 0-... seems to work:

    if ((unsigned int)i == 0-(unsigned int)i)

  else if (0-(size_t)pos > len) return 0;