mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-30 14:20:20 +01:00
Add missing (putatively unreachable) return value.
This commit is contained in:
parent
14ea7b583b
commit
0c3ee348f8
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-07-14 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* src/cairo-ps-surface.c: (pattern_is_translucent): Add missing
|
||||
(putatively unreachable) return value.
|
||||
|
||||
2005-07-14 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* src/cairo-image-surface.c:
|
||||
|
|
|
|||
|
|
@ -624,6 +624,7 @@ pattern_is_translucent (cairo_pattern_t *abstract_pattern)
|
|||
}
|
||||
|
||||
ASSERT_NOT_REACHED;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
/* PS Output - this section handles output of the parts of the meta
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue