X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-xalloc-die.c;h=d33e671998889761c94fb21e76c86adaf4ccdb14;hb=1a86c594b0d0e5c65899f1bbe1cca36d501ca5d3;hp=4a03a0bc5769fcb6568e21786c014f15baaa2964;hpb=fed81b331283a3bf7a8608a5c6282ee8594b229f;p=gnulib.git diff --git a/tests/test-xalloc-die.c b/tests/test-xalloc-die.c index 4a03a0bc5..d33e67199 100644 --- a/tests/test-xalloc-die.c +++ b/tests/test-xalloc-die.c @@ -1,5 +1,5 @@ /* Test of xalloc_die() function. - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 2009-2011 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 ();