mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
fix compiler warning
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/prepare-0.9.10@2191 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
ed5528f907
commit
829197db52
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ int main(int argc, char*argv[]) {
|
||||||
u += 2;
|
u += 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("%llu\t%llu\n", x/PA_USEC_PER_MSEC, pa_smoother_get(s, x)/PA_USEC_PER_MSEC);
|
printf("%llu\t%llu\n", (unsigned long long) (x/PA_USEC_PER_MSEC), (unsigned long long) (pa_smoother_get(s, x)/PA_USEC_PER_MSEC));
|
||||||
}
|
}
|
||||||
|
|
||||||
pa_smoother_free(s);
|
pa_smoother_free(s);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue