mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make the demo/stress tools build again, after my changes to param().
This commit is contained in:
parent
87fa155012
commit
e8857e9cd4
2 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue