mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-30 06:32:42 +00:00
Merge pull request #1140 from Mailaender/patch-2
Fixed a serious compiler warning
This commit is contained in:
commit
a9cc61ee49
@ -23,6 +23,7 @@ template<typename ImageTraits>
|
||||
bool is_same_pixel(color_t pixel1, color_t pixel2)
|
||||
{
|
||||
static_assert(false && sizeof(ImageTraits), "No is_same_pixel impl");
|
||||
return false;
|
||||
}
|
||||
|
||||
template<>
|
||||
|
Loading…
x
Reference in New Issue
Block a user