X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/a901948043335740e11bc47e6d34849bd36e403a..a351d620c0162c2230f257f93f60beecfd7d05c2:/src/optparse.lisp diff --git a/src/optparse.lisp b/src/optparse.lisp index a34a7ea..d03b9cc 100644 --- a/src/optparse.lisp +++ b/src/optparse.lisp @@ -23,8 +23,10 @@ ;;; along with SOD; if not, write to the Free Software Foundation, ;;; Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -(cl:defpackage #:optparse - (:use #:common-lisp #:sod-utilities)) +(eval-when (:compile-toplevel :load-toplevel :execute) + (handler-bind ((warning #'muffle-warning)) + (cl:defpackage #:optparse + (:use #:common-lisp #:sod-utilities)))) (cl:in-package #:optparse)