Bug 737909 - Fix opt -Werror build with clang; r=joe

This commit is contained in:
Rafael Ávila de Espíndola 2012-03-22 11:30:08 -04:00
Родитель a32abb5a00
Коммит cb0990a152
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -441,6 +441,7 @@ _cairo_quartz_cairo_operator_to_quartz_composite (cairo_operator_t op)
case CAIRO_OPERATOR_HSL_LUMINOSITY:
default:
assert (0);
return 0;
}
}