projects
/
imager.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add new comparison method rgb_difference that resembles arithmetical difference per...
[imager.git]
/
polygon.c
diff --git
a/polygon.c
b/polygon.c
index 54923b47e96ee8ddd746c1788c0828d56e52f656..24b47e58d45b961c22dd41b268eaf7cc29af7b41 100644
(file)
--- a/
polygon.c
+++ b/
polygon.c
@@
-338,6
+338,7
@@
pixel_coverage(p_line *line, pcord minx, pcord maxx, pcord miny, pcord maxy) {
return r;
}
+ /* NOTREACHED */
return 0; /* silence compiler warning */
}