mirror of
https://github.com/janet-lang/janet
synced 2025-10-19 09:47:40 +00:00
Silence some casting size_t to double errors.
This commit is contained in:
@@ -27,8 +27,7 @@
|
||||
(do
|
||||
(def a (tarray/new :float64 10))
|
||||
(def b (tarray/new :float64 5 2 0 a))
|
||||
(def c (tarray/new :uint32 20))
|
||||
))
|
||||
(def c (tarray/new :uint32 20))))
|
||||
|
||||
(assert-no-error
|
||||
"create some typed array from buffer"
|
||||
|
Reference in New Issue
Block a user