Fix misc mingw portability problems

This commit is contained in:
Daniel P. Berrange
2009-01-06 18:32:03 +00:00
parent 83467de3ed
commit 37e72aa542
9 changed files with 206 additions and 180 deletions

View File

@@ -13,7 +13,7 @@
#ifndef __linux__
static int
mymain(int argc, char **argv)
mymain(int argc ATTRIBUTE_UNUSED, char **argv ATTRIBUTE_UNUSED)
{
exit (77); /* means 'test skipped' for automake */
}