Re: explicit_bzero-tests: pacify -Wmissing-declarations

2020-05-28 Thread Paul Eggert
On 5/28/20 3:24 PM, Bruno Haible wrote: > Agreed. Please go ahead. I'll deal with possible xlc/Sun cc/MSVC build > failures > then. OK, I installed the attached. >From ef7cc081f5c0d1b71f60f71d5e0f4a9ddf76bb28 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 28 May 2020 16:02:32 -0700 Subjec

Re: explicit_bzero-tests: pacify -Wmissing-declarations

2020-05-28 Thread Bruno Haible
Paul Eggert wrote: > > Is it possible to portably mark 'do_secret_stuff' as not-inline? > > We can use _GL_ATTRIBUTE_NOINLINE. That should be good enough for any > GCC-compatible compiler. We don't need to worry much about the other > compilers; > most of them will work anyway, and if any don't w

Re: explicit_bzero-tests: pacify -Wmissing-declarations

2020-05-28 Thread Paul Eggert
On 5/25/20 12:28 AM, Bruno Haible wrote: > Is it possible to portably mark 'do_secret_stuff' as not-inline? We can use _GL_ATTRIBUTE_NOINLINE. That should be good enough for any GCC-compatible compiler. We don't need to worry much about the other compilers; most of them will work anyway, and if an