The following fixes the problem:

2005-09-24  Alfred M. Szmidt  <[EMAIL PROTECTED]>

        * 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 }
 
 


_______________________________________________
Bug-hurd mailing list
Bug-hurd@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-hurd

Reply via email to