Index: gcode.c =================================================================== --- gcode.c (revision 26874) +++ gcode.c (revision 26875) @@ -596,7 +596,7 @@ return rv; } -static void gcode_destroy_gc(pcb_hid_t *hid, pcb_hid_gc_t gc) +static void gcode_destroy_gc(pcb_hid_gc_t gc) { free(gc); }