From 669a695cae9e234f266fd00e6c95bdeacfc6aa53 Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Mon, 13 Jan 2025 09:21:02 +0200 Subject: [PATCH] add compiler yecc and leex fix warnings --- mix.exs | 1 + 1 file changed, 1 insertion(+) diff --git a/mix.exs b/mix.exs index 8441656..9b15dc4 100644 --- a/mix.exs +++ b/mix.exs @@ -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