From: link0ff <juri@linkov.net>
Date: Wed, 20 Mar 2019 11:28:06 +0000 (+0200)
Subject: Ignore compilation warnings for undefined module :eldap
X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=40c58d3383001a63a787f1e0956aeaad902afb64;p=akkoma

Ignore compilation warnings for undefined module :eldap
---

diff --git a/mix.exs b/mix.exs
index efdf15d3a..352620e63 100644
--- a/mix.exs
+++ b/mix.exs
@@ -9,6 +9,7 @@ defmodule Pleroma.Mixfile do
       elixirc_paths: elixirc_paths(Mix.env()),
       compilers: [:phoenix, :gettext] ++ Mix.compilers(),
       elixirc_options: [warnings_as_errors: true],
+      xref: [exclude: [:eldap]],
       start_permanent: Mix.env() == :prod,
       aliases: aliases(),
       deps: deps(),