Summary: | cleanup of issues reported by sparse | ||
---|---|---|---|
Product: | pixman | Reporter: | Kjartan Maraas <kmaraas> |
Component: | pixman | Assignee: | Billy Biggs <billy.biggs> |
Status: | RESOLVED FIXED | QA Contact: | cairo-bugs mailing list <cairo-bugs> |
Severity: | normal | ||
Priority: | high | CC: | cworth |
Version: | 0.1.3 | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
patch for warnings
Patch applied to xserver |
Description
Kjartan Maraas
2005-08-23 05:04:46 UTC
Created attachment 3005 [details] [review] patch for warnings Fixed the two non-libpixman issues; reassigning to libpixman 2005-08-23 Owen Taylor <otaylor@redhat.com> Some fixes for warnings from sparse (Part of #4208, Kjartan Maraas) * test/cairo-test.c (create_xlib_surface): Use NULL, not 0. * src/cairo-matrix.c (_cairo_matrix_transformed_circle_major_axis): Fix C99'ism of mixed code and declarations. This cannot be made static since it is referred to from fbmmx.c when MMX support is compiled in. -FbComposeFunctions composeFunctions = { +static FbComposeFunctions composeFunctions = { Created attachment 3070 [details] [review] Patch applied to xserver I fixed the ones in libpixman and changed xserver as appropriate. Thanks! The xserver patch has also been applied to xorg. Thanks! |
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.