"unused parameter" warnings

Bug #169401 reported by Bpfowler
2
Affects Status Importance Assigned to Milestone
Inkscape
Won't Fix
Low
Unassigned

Bug Description

There are several warnings in the file
/libcroco/cr-om-parser.c,
which the attached patch fixes.

In some cases this is may not be the best fix.

Tags: build
Revision history for this message
Bpfowler (bpfowler) wrote :
Revision history for this message
Peter Moulder (pjrm) wrote :

My solution would have been
  #define UNUSED(_var) ((void) (_var))
...
   UNUSED(a_location);
etc.

I should discuss with Dodji (the upstream maintainer) what
his preferred approach would be.

Revision history for this message
Bpfowler (bpfowler) wrote :

If we are never modfying these files, then the warnings will not
appear anyway. You might want to close this as WONTFIX

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.