Skip to content
  • Sam Thursfield's avatar
    Fix pointer signedness warnings · 9d55f35d
    Sam Thursfield authored
    It's a bit ugly that GLib string functions take signed chars and
    SQLite'3 string functions return unsigned chars. We could disable
    that warning instead but maybe it's useful in some other places.
    9d55f35d