Ticket #276 (closed defect: wontfix)

Opened 4 months ago

Last modified 3 months ago

BCRenderPathSDL.cpp doesn't check for #if ENABLE(SVG)

Reported by: ppedriana Assigned to: mbensi
Priority: minor Milestone: Galekid
Component: Bug Fix Version: 1.0
Keywords: Cc:
Number of hours worked: % Complete: 00
Number of hours remaining:

Description

BCRenderPathSDL.cpp is a file that uses SVG, but it doesn't include a "#if ENABLE(SVG)" check. It's not a major bug, as I can take steps to work around it, but it would be easier on my build (and probably others') if I didn't have to. I also wonder if BCRenderPathSDL.cpp shouldn't be renamed BCSVGRenderPathSDL.cpp, but that's another question.

Change History

08/19/08 12:09:57 changed by mbensi

  • status changed from new to closed.
  • resolution set to wontfix.

BCRenderPathSDL.cpp is not compile if the SVG option is not set to ON