Skip to content

fix compiler warnings #31

fix compiler warnings

fix compiler warnings #31

Triggered via push November 28, 2023 12:20
Status Success
Total duration 3m 22s
Artifacts

test.yml

on: push
prevent_duplicate_checks
2s
prevent_duplicate_checks
Matrix: test_matrix
required_check
required_check
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
Test (Elixir 1.14.x | OTP 24)
use Bitwise is deprecated. import Bitwise instead
Test (Elixir 1.16.x | OTP 26)
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of your mix.exs
Test (Elixir 1.16.x | OTP 26)
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of your mix.exs
Test (Elixir 1.15.x | OTP 25)
use Bitwise is deprecated. import Bitwise instead