Skip to content
  • Philip Withnall's avatar
    Fix various compiler warnings · 10f2485d
    Philip Withnall authored
    Various small compiler warnings (such as variable shadowing, constness, etc.)
    fixed, plus some more serious ones which could've caused crashes:
     * potentially passing 0 to g_source_remove() due to a bad comparison
     * passing by value, not reference, to g_object_get()
    10f2485d