diff options
author | link0ff <juri@linkov.net> | 2019-03-20 13:28:06 +0200 |
---|---|---|
committer | link0ff <juri@linkov.net> | 2019-03-20 13:28:06 +0200 |
commit | 40c58d3383001a63a787f1e0956aeaad902afb64 (patch) | |
tree | 7e122c6d4f3fe04d7792f85f68a9c4cd1ca52248 | |
parent | 0d14def0ca781b79ffb3c1022472ac64f990cdf8 (diff) | |
download | pleroma-40c58d3383001a63a787f1e0956aeaad902afb64.tar.gz |
Ignore compilation warnings for undefined module :eldap
-rw-r--r-- | mix.exs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(), |