Skip to content

libxo-0.4.6

Compare
Choose a tag to compare
@philshafer philshafer released this 24 Aug 22:01
  • Fix comparison between signed and unsigned
  • Typo fix (s/instnace/instance/)
  • quote .Dq lines
  • wchar_t is sometimes defined as "signed int" and sometimes as "unsigned int". Avoid compiler warnings (that can break the built with -Werror) by replacing int with wchar_t where appropriate (struct interval)