~vcs-imports/libpixman/master

Viewing all changes in revision 2157.

  • Committer: Simon Ser
  • Author(s): Alex Richardson
  • Date: 2021-09-17 16:03:48 UTC
  • Revision ID: git-v1:e0d4403e78a7af8f4be4110ae25e9c3d1ac93a78
Fix -Wincompatible-function-pointer-types warning

Adding const to the return type does nothing and means that the function
pointer types do not match exactly:

error: incompatible function pointer types passing 'const float (int, int)' to parameter of type 'dither_factor_t' (aka 'float (*)(int, int)')

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: