Bug 3134

Summary: void function _cairo_arc_path_negative returns value
Product: cairo Reporter: Damien Carbery <damien.carbery>
Component: generalAssignee: Carl Worth <cworth>
Status: RESOLVED FIXED QA Contact: cairo-bugs mailing list <cairo-bugs>
Severity: normal    
Priority: high    
Version: 0.9.3   
Hardware: SPARC   
OS: Solaris   
Whiteboard:
i915 platform: i915 features:
Attachments: Patch src/cairo-arc.c to remove 'return' in void function

Description Damien Carbery 2005-04-27 01:33:02 UTC
_cairo_arc_path_negative function in src/cairo-arc.c is a void function but
returns a value. This causes build to break with Sun Forte compiler.
[I realise that 'return' is called with another void function but the compiler
must not].
Trivial patch to remove 'return' attached.
Comment 1 Damien Carbery 2005-04-27 01:33:38 UTC
Created attachment 2570 [details] [review]
Patch src/cairo-arc.c to remove 'return' in void function
Comment 2 Carl Worth 2005-05-10 20:38:50 UTC
Thanks for the report. I just committed a fix for this.
Comment 3 Carl Worth 2005-08-22 17:15:56 UTC
Move bugs against "cvs" version to "0.9.3" so we can remove the "cvs" version.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.