Skip to content
  • Emmanuele Bassi's avatar
    Remove uses of g_memmove() · c2c87dbc
    Emmanuele Bassi authored and Emmanuele Bassi's avatar Emmanuele Bassi committed
    There's no reason to use g_memmove() instead of memmove().
    
    The `g_memmove()` wrapper was a symbol internal to GLib between 2004 and
    2013, when it was exposed as a plain C pre-processor symbol around C90's
    memmove(). Starting from GLib 2.61, using g_memmove() is going to raise
    a deprecation warning from the compiler.
    c2c87dbc