Make the demo/stress tools build again, after my changes to param().

This commit is contained in:
Ed Schouten 2009-06-10 18:26:02 +00:00
parent 87fa155012
commit e8857e9cd4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=193940
2 changed files with 2 additions and 2 deletions

View File

@ -232,7 +232,7 @@ test_copy(void *s __unused, const teken_rect_t *r, const teken_pos_t *p)
}
static void
test_param(void *s __unused, int cmd, int value)
test_param(void *s __unused, int cmd, unsigned int value)
{
switch (cmd) {

View File

@ -83,7 +83,7 @@ stress_copy(void *s __unused, const teken_rect_t *r __unused,
}
static void
stress_param(void *s __unused, int cmd __unused, int value __unused)
stress_param(void *s __unused, int cmd __unused, unsigned int value __unused)
{
}