public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* Attribute used does not exist
@ 2003-04-29  8:58 Andreas Schwab
  2003-05-01  7:25 ` Ulrich Drepper
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Schwab @ 2003-04-29  8:58 UTC (permalink / raw)
  To: libc-hacker

2003-04-29  Andreas Schwab  <schwab@suse.de>

	* string/test-strcat.c (do_one_test): Fix attribute name.

--- string/test-strcat.c.~1.2.~	2003-04-22 10:02:03.000000000 +0200
+++ string/test-strcat.c	2003-04-29 10:56:14.000000000 +0200
@@ -59,8 +59,8 @@ do_one_test (impl_t *impl, char *dst, co
 
   if (HP_TIMING_AVAIL)
     {
-      hp_timing_t start __attribute ((used));
-      hp_timing_t stop __attribute ((used));
+      hp_timing_t start __attribute ((unused));
+      hp_timing_t stop __attribute ((unused));
       hp_timing_t best_time = ~ (hp_timing_t) 0;
       size_t i;
 

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Attribute used does not exist
  2003-04-29  8:58 Attribute used does not exist Andreas Schwab
@ 2003-05-01  7:25 ` Ulrich Drepper
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Drepper @ 2003-05-01  7:25 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: libc-hacker

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Andreas Schwab wrote:
> 2003-04-29  Andreas Schwab  <schwab@suse.de>
> 
> 	* string/test-strcat.c (do_one_test): Fix attribute name.

Thanks, I've applied the patch.

- -- 
- --------------.                        ,-.            444 Castro Street
Ulrich Drepper \    ,-----------------'   \ Mountain View, CA 94041 USA
Red Hat         `--' drepper at redhat.com `---------------------------
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+sMuT2ijCOnn/RHQRAiW4AKCASru6UY9JfzsqYKOiJciCu648zwCgwDDD
OWC4QVBN+FjvPFVDLV7Gj5A=
=jkJa
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-05-01  7:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-29  8:58 Attribute used does not exist Andreas Schwab
2003-05-01  7:25 ` Ulrich Drepper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).