]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
eapol_test: Fix OSX build using clang >= 11 (#3855) (#4044)
authorJorge Pereira <jpereira@users.noreply.github.com>
Thu, 1 Apr 2021 20:58:36 +0000 (17:58 -0300)
committerGitHub <noreply@github.com>
Thu, 1 Apr 2021 20:58:36 +0000 (16:58 -0400)
commit23a7a6bfbdaae3674affc319354266384a635c84
tree633235839ecbfb3b171974521d7f0a915ac36f64
parente5b1e8f9847038a0a919558429b596d2fb0bc09d
eapol_test: Fix OSX build using clang >= 11 (#3855) (#4044)

Fixes the eapol_test build using clang >= 11

../src/radius/radius_client.c:817:24: error: cast to smaller integer type 'RadiusType' from 'void *' [-Werror,-Wvoid-pointer-to-enum-cast]
RadiusType msg_type = (RadiusType) sock_ctx;
scripts/ci/eapol_test/config_osx