This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Attribute used does not exist


2003-04-29  Andreas Schwab  <schwab at suse dot 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 at suse dot 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."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]