add missing conditional compilation for sbcl

Added missing #+sbcl for sb-ext:*muffled-warnings*.  prevented succesfully building the application with ccl
This commit is contained in:
zickzackv 2015-01-18 22:48:35 +01:00
parent d494fbd4ca
commit 5e1ebe0dd8

View File

@ -117,7 +117,7 @@
(excluding))
`(lambda ()
;; now is the time to load the CFFI lib we need (freetds)
(let ((sb-ext:*muffled-warnings* 'style-warning))
(let (#+sbcl(sb-ext:*muffled-warnings* 'style-warning))
(cffi:load-foreign-library 'mssql::sybdb))
(let* ((state-before (pgloader.utils:make-pgstate))