Skip to content

Commit

Permalink
add compiler yecc and leex fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 committed Jan 13, 2025
1 parent 46ff99b commit 669a695
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ defmodule ABI.Mixfile do
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
deps: deps(),
compilers: [:yecc, :leex] ++ Mix.compilers(),
dialyzer: dialyzer()
]
end
Expand Down

0 comments on commit 669a695

Please sign in to comment.