* tests/test-explicit_bzero.c (do_secret_stuff, test_stack):
Now static.
+2020-05-24 Paul Eggert <eggert@cs.ucla.edu>
+
+ explicit_bzero-tests: pacify -Wmissing-declarations
+ * tests/test-explicit_bzero.c (do_secret_stuff, test_stack):
+ Now static.
+
2020-05-24 Bruno Haible <bruno@clisp.org>
fopen-gnu: Add tests.
2. Verify that the memory has been erased.
Implement them in the same function, so that they access the same memory
range on the stack. */
-int
+static int
do_secret_stuff (volatile int pass)
{
char stackbuf[SECRET_SIZE];
}
}
-void
+static void
test_stack (void)
{
int count = 0;