Skip to content

Commit 9b44334

Browse files
committed
@nospecialize requires dummy arg.
1 parent b0fc499 commit 9b44334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/broadcast.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ function add_broadcast!(
203203
end
204204
function add_broadcast!(
205205
ls::LoopSet, destname::Symbol, bcname::Symbol, loopsyms::Vector{Symbol},
206-
@nospecialize(::Type{SubArray{T,N,A,S,B}}), elementbytes::Int
206+
@nospecialize(_::Type{SubArray{T,N,A,S,B}}), elementbytes::Int
207207
) where {T,N,N2,A<:AbstractArray{T,N2},B,N3,S <: Tuple{Int,Vararg{Any,N3}}}
208208
inds = Vector{Symbol}(undef, N+1)
209209
inds[1] = Symbol("##DISCONTIGUOUSSUBARRAY##")

0 commit comments

Comments
 (0)