1.0.18.11: Add SB-EXT:*MUFFLED-WARNINGS*, to muffle warnings at runtime.
[sbcl.git] / contrib / sb-posix / sb-posix.asd
index 3fe72a0..14892c1 100644 (file)
@@ -13,6 +13,7 @@
                 (:file "macros" :depends-on ("designator"))
                 (sb-grovel:grovel-constants-file
                  "constants"
+                  :do-not-grovel #.(progn #-sb-building-contrib t)
                  :package :sb-posix :depends-on  ("defpackage"))
                 (:file "interface" :depends-on ("constants" "macros" "designator"))))
 
@@ -35,7 +36,7 @@
                                collect sym)))
     (cond
       ((null failures)
-       t)           
+       t)
       ((null (set-difference failures ignored-failures))
        (warn "~@<some POSIX implementations return incorrect error values for ~
               failing calls, but there is legitimate variation between ~