Skip to content

Commit 664ec6b

Browse files
authored
Remove warning for fallback_element_size altogether (#209)
1 parent c73a036 commit 664ec6b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/chunks.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,6 @@ function element_size(a::AbstractArray)
351351
elseif isbitstype(Base.nonmissingtype(eltype(a)))
352352
return sizeof(Base.nonmissingtype(eltype(a)))
353353
else
354-
@warn "Can not determine size of element type. Using DiskArrays.fallback_element_size[] = $(fallback_element_size[]) bytes" maxlog=1
355354
return fallback_element_size[]
356355
end
357356
end

0 commit comments

Comments
 (0)