Skip to content

Commit e7bd71e

Browse files
Merge pull request #623 from nsajko/precompilation_warnings
prevent precompilation warning for upcoming versions of Julia
2 parents b93eefa + 4fb1035 commit e7bd71e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/LinearSolve.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ end
140140

141141
const BLASELTYPES = Union{Float32, Float64, ComplexF32, ComplexF64}
142142

143+
function defaultalg_symbol end
144+
143145
include("generic_lufact.jl")
144146
include("common.jl")
145147
include("extension_algs.jl")

0 commit comments

Comments
 (0)