mirror of
https://github.com/pmai/md5.git
synced 2025-12-21 22:44:29 +01:00
Avoid style-warnings on platforms without md5sum-string support.
This commit is contained in:
3
md5.lisp
3
md5.lisp
@ -676,7 +676,8 @@ positions in the string, not to octets in the resulting binary
|
||||
representation. The permissible external format specifiers are
|
||||
determined by the underlying implementation."
|
||||
(declare (optimize (speed 3) (safety 3) (space 0) (debug 1))
|
||||
(type string string) (type fixnum start))
|
||||
(type string string) (type fixnum start)
|
||||
(ignorable external-format))
|
||||
(locally
|
||||
(declare (optimize (safety 1) (debug 0)))
|
||||
#+cmu
|
||||
|
||||
Reference in New Issue
Block a user