Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Vladimir Sedach
storage
Commits
5868d371
Commit
5868d371
authored
Dec 24, 2011
by
Stas Boukarev
Browse files
io-sbcl.lisp: Muffle compiler notes.
parent
ffada140
Changes
1
Hide whitespace changes
Inline
Side-by-side
io-sbcl.lisp
View file @
5868d371
...
...
@@ -107,6 +107,7 @@
(
declaim
(
inline
write-n-signed-bytes
))
(
defun
write-n-signed-bytes
(
value
n
stream
)
(
declare
(
optimize
speed
)
(
sb-ext:muffle-conditions
sb-ext:compiler-note
)
(
fixnum
n
))
(
ecase
n
(
1
(
setf
(
sb-sys:signed-sap-ref-8
(
advance-stream
n
stream
)
0
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment