chiark / gitweb /
Change parameters of moveto() and lineto() to signed
authorBen Harris <bjh21@bjh21.me.uk>
Mon, 16 Dec 2024 21:40:36 +0000 (21:40 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Mon, 16 Dec 2024 21:40:36 +0000 (21:40 +0000)
commit61967c8094ecd06f86cfb5a552a9e7da0cd9b8a5
treed27f3cf3bac07ce3637c4d4e029ddbd9f48906c1
parent8ff354a9fd86ae3879869cacf831d6b3629372d0
Change parameters of moveto() and lineto() to signed

The corresponding members of struct vec are signed, as are most of the
arguments passed to the functions, so it's silly that the parameters
themselves are unsigned.  This takes the number of warnings under
clang -Weverything down from 126 to 30.

This doesn't cause any change to the output TTX files.
bedstead.c