This patch fixes some warnings from sparse. - 0 vs. NULL - mixed code and declarations - missing static
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.