1.0.18.16: many STYLE-WARNING changes.
[sbcl.git] / src / code / late-extensions.lisp
index 1918c87..e6b24a3 100644 (file)
@@ -124,6 +124,8 @@ EXPERIMENTAL: Interface subject to change."
              (error "Invalid first argument to COMPARE-AND-SWAP: ~S" place))))))))
 
 (macrolet ((def (name lambda-list ref &optional set)
+             #!+compare-and-swap-vops
+             (declare (ignore ref set))
              `(defun ,name (,@lambda-list old new)
                 #!+compare-and-swap-vops
                 (,name ,@lambda-list old new)