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

Avoid using deprecated header file boost/test/auto_unit_test.hpp #2414

Closed
3 tasks
abitmore opened this issue Apr 22, 2021 · 1 comment
Closed
3 tasks

Avoid using deprecated header file boost/test/auto_unit_test.hpp #2414

abitmore opened this issue Apr 22, 2021 · 1 comment

Comments

@abitmore
Copy link
Member

Build Error Description

Note: it's a warning but not an error.
See https://github.com/bitshares/bitshares-core/runs/2409527984 :

2021-04-22T12:15:00.7743943Z In file included from /usr/include/boost/config/header_deprecated.hpp:18,
2021-04-22T12:15:00.7750075Z from /usr/include/boost/test/auto_unit_test.hpp:16,
2021-04-22T12:15:00.7751895Z from /home/runner/work/bitshares-core/bitshares-core/tests/performance/genesis_allocation.cpp:31:
2021-04-22T12:15:00.7758098Z /usr/include/boost/test/auto_unit_test.hpp:17:1: note: #pragma message: This header is deprecated. Use This header is deprecated. Please use <boost/test/unit_test.hpp> instead. instead.
2021-04-22T12:15:00.7759473Z 17 | BOOST_HEADER_DEPRECATED( "This header is deprecated. Please use <boost/test/unit_test.hpp> instead." )
2021-04-22T12:15:00.7763748Z | ^~~~~~~~~~~~~~~~~~~~~~~

Build Environment
Details about the build environment, including the relevant required libraries. Much of this information can be found in the CMakeFiles/CMakeOutput.log.

  • Host OS: Ubuntu 20.04
  • Host Physical RAM: -
  • Source Branch/Tag: develop
  • OpenSSL Version: 1.1.1f
  • Boost Version: 1.71
  • C++ Compiler: GCC

CORE TEAM TASK LIST

  • Evaluate Build Error
  • Provide build guidance
  • Create Bug Report
@abitmore
Copy link
Member Author

Fixed by #2415.

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

1 participant