mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Fix misc mingw portability problems
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user