Prevent definitions from messing up attributes.

This commit is contained in:
Guus Sliepen 2003-07-30 21:52:41 +00:00
parent 2edc764a33
commit d798b8b3d8
13 changed files with 28 additions and 28 deletions

View file

@ -259,7 +259,7 @@ extern pid_t __libc_pid;
is valid for the getopt call we must make sure that the ARGV passed
to getopt is that one passed to the process. */
static void
__attribute__ ((unused))
__attribute__ ((__unused__))
store_args_and_env (int argc, char *const *argv)
{
/* XXX This is no good solution. We should rather copy the args so