Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation error on MAC inside BoringSSL #42

Open
Warchant opened this issue Jun 28, 2019 · 1 comment
Open

Compilation error on MAC inside BoringSSL #42

Warchant opened this issue Jun 28, 2019 · 1 comment

Comments

@Warchant
Copy link

Warchant commented Jun 28, 2019

[ 50%] Building CXX object boringssl/crypto/aes/CMakeFiles/aes_test.dir/aes_test.cc.o
/Users/bogdan/tools/libquic/boringssl/crypto/aes/aes_test.cc:97:5: error: bool literal returned from
      'main' [-Werror,-Wmain]
    return false;
    ^      ~~~~~
1 error generated

It seems aes_test.cc has a warning, and because of -Werror, compilation fails.

OS: Mac 10.14.5
CMake: 3.14.4
Compiler: Apple LLVM version 10.0.1 (clang-1001.0.46.4)

@Talbot3
Copy link

Talbot3 commented Jul 30, 2019

yea, return 0 can build pass

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants