acl: Avoid test failure on Cygwin-hosted mingw.
[pspp] / tests / test-xalloc-die.c
index 4a03a0bc5769fcb6568e21786c014f15baaa2964..67edd92d9c32ad79f28a5ea5ce64e35ab4951a98 100644 (file)
@@ -1,5 +1,5 @@
 /* Test of xalloc_die() function.
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009, 2010 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@
 #include "progname.h"
 
 int
-main (int argc, char **argv)
+main (int argc _GL_UNUSED, char **argv)
 {
   set_program_name (argv[0]);
   xalloc_die ();