fix a couple of issues I found when compiling polypaudio with gcc 2.95

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@754 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2006-04-18 19:31:50 +00:00
parent 60008cb115
commit 746adcfed5
13 changed files with 15 additions and 13 deletions

View file

@ -36,7 +36,7 @@
#include <polypcore/log.h>
#include <polypcore/pid.h>
int main(PA_GCC_UNUSED int main, PA_GCC_UNUSED char*argv[]) {
int main(PA_GCC_UNUSED int argc, PA_GCC_UNUSED char*argv[]) {
pid_t pid ;
int fd = -1;
int ret = 1, i;