Skip to content

Commit 16fff13

Browse files
committed
Fix Elixir compiler warning
1 parent c65307d commit 16fff13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defmodule Uuid.Mixfile do
99
version: "2.0.7",
1010
language: :erlang,
1111
erlc_options: [
12-
{:d, :erlang.list_to_atom('ERLANG_OTP_VERSION_' ++ :erlang.system_info(:otp_release))},
12+
{:d, :erlang.list_to_atom(~c"ERLANG_OTP_VERSION_" ++ :erlang.system_info(:otp_release))},
1313
:deterministic,
1414
:debug_info,
1515
:warn_export_vars,

0 commit comments

Comments
 (0)