X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Ftests%2Fpool-test.c;h=fef3ca61361e03df418b91811a71b037d30f0d32;hb=7579fa32442ac9b623043f8cd995d9b6aa550e51;hp=17674fbdba28bb48e4f912a77317ce12bcaaa135;hpb=a19b858e0ac3c69e4a28c0ca6d8674427268a863;p=pspp-builds.git diff --git a/src/language/tests/pool-test.c b/src/language/tests/pool-test.c index 17674fbd..fef3ca61 100644 --- a/src/language/tests/pool-test.c +++ b/src/language/tests/pool-test.c @@ -1,6 +1,5 @@ /* PSPP - computes sample statistics. Copyright (C) 2000 Free Software Foundation, Inc. - Written by Ben Pfaff . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -32,7 +31,7 @@ /* Self-test routine. This is not exhaustive, but it can be useful. */ int -cmd_debug_pool (void) +cmd_debug_pool (struct lexer *lexer UNUSED, struct dataset *ds UNUSED) { int seed = time (0) * 257 % 32768;