Skip to content
  • Christoph Reiter's avatar
    build: use -Wconversion -Wno-sign-conversion. Fixes #191 · 5f961b42
    Christoph Reiter authored
    In some cases changing the type used was enough, in some others I just force
    casted things as too many changes would be required and overflow unlikely
    (for array marshalling the cache uses gssize while the marshalling code uses
    garray and thus guint)
    
    My hope is that having this enabled will improve things gradually with
    future cleanups.
    5f961b42