Skip to content

Commit f7d8b29

Browse files
committed
Merge result
1 parent a8b32ec commit f7d8b29

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lib/mix/lib/mix/compilers/elixir.ex

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -241,11 +241,7 @@ defmodule Mix.Compilers.Elixir do
241241
else
242242
all_warnings = Keyword.get(opts, :all_warnings, true)
243243
previous_warnings = previous_warnings(sources, all_warnings)
244-
<<<<<<< HEAD
245-
unless_warnings_as_errors(opts, {status, previous_warnings})
246-
=======
247-
unless_previous_warnings_as_errors(previous_warnings, opts, {:noop, previous_warnings})
248-
>>>>>>> 737162c52 (Merge protocol consolidation into compile.elixir)
244+
unless_warnings_as_errors(opts, {:noop, previous_warnings})
249245
end
250246
end
251247

0 commit comments

Comments
 (0)