bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ext2fs.static


From: Alfred M. Szmidt
Subject: Re: ext2fs.static
Date: Sat, 24 Sep 2005 19:27:43 +0200

The following fixes the problem:

2005-09-24  Alfred M. Szmidt  <ams@gnu.org>

        * store.h (STORE_STD_CLASS): Changed attributed `unused' to
        `used'.

--- libstore/store.h
+++ libstore/store.h
@@ -627,7 +627,7 @@
 
 #define STORE_STD_CLASS(name) \
   static const struct store_class *const store_std_classes_##name[] \
-    __attribute__ ((unused, section ("store_std_classes"))) \
+    __attribute__ ((used, section ("store_std_classes"))) \
     = { &store_##name##_class }
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]