mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-14 09:10:21 +01:00
pixman: Add default case to quiet compiler warning
This commit is contained in:
parent
2e4c8924ad
commit
636cbe5a19
1 changed files with 3 additions and 0 deletions
|
|
@ -1816,6 +1816,9 @@ pixman_composite (pixman_operator_t op,
|
|||
}
|
||||
}
|
||||
break;
|
||||
default:
|
||||
/* For any operator not specifically handled above we default out to the general code. */
|
||||
func = NULL;
|
||||
}
|
||||
|
||||
if (!func) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue