* tests/test-explicit_bzero.c: Now noinline.
Suggested by Bruno Haible in:
https://lists.gnu.org/r/bug-gnulib/2020-05/msg00300.html
+2020-05-28 Paul Eggert <eggert@cs.ucla.edu>
+
+ explicit_bzero-tests: improve -Wmissing-declarations pacification
+ * tests/test-explicit_bzero.c: Now noinline.
+ Suggested by Bruno Haible in:
+ https://lists.gnu.org/r/bug-gnulib/2020-05/msg00300.html
+
2020-05-28 Bruno Haible <bruno@clisp.org>
Fix build errors due to read-file changes (regression from 2020-05-27).
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. */
-static int
+static int _GL_ATTRIBUTE_NOINLINE
do_secret_stuff (volatile int pass)
{
char stackbuf[SECRET_SIZE];