Bug 3134 - void function _cairo_arc_path_negative returns value
Summary: void function _cairo_arc_path_negative returns value
Status: RESOLVED FIXED
Alias: None
Product: cairo
Classification: Unclassified
Component: general (show other bugs)
Version: 0.9.3
Hardware: SPARC Solaris
: high normal
Assignee: Carl Worth
QA Contact: cairo-bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-27 01:33 UTC by Damien Carbery
Modified: 2005-08-22 00:15 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Patch src/cairo-arc.c to remove 'return' in void function (344 bytes, patch)
2005-04-27 01:33 UTC, Damien Carbery
Details | Splinter Review

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.