You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Noticed the following compilation warning. Would be awesome if it could be fixed.
WARNING: From Compiling external/boost/libs/serialization/src/binary_iarchive.cpp:
In file included from external/boost/boost/detail/endian.hpp:9,
from external/boost/boost/archive/impl/basic_binary_iarchive.ipp:25,
from external/boost/libs/serialization/src/binary_iarchive.cpp:20:
external/boost/boost/predef/detail/endian_compat.h:11:161: note: #pragma message: The use of BOOST_*_ENDIAN and BOOST_BYTE_ORDER is deprecated. Please include <boost/predef/other/endian.h> and use BOOST_ENDIAN_*_BYTE instead
#pragma message("The use of BOOST_*_ENDIAN and BOOST_BYTE_ORDER is deprecated. Please include <boost/predef/other/endian.h> and use BOOST_ENDIAN_*_BYTE instead")
Thanks so much for your support and maintenance of this repo! Its tremendously useful and very helpful for the bazel ecosystem!
The text was updated successfully, but these errors were encountered:
Noticed the following compilation warning. Would be awesome if it could be fixed.
Thanks so much for your support and maintenance of this repo! Its tremendously useful and very helpful for the bazel ecosystem!
The text was updated successfully, but these errors were encountered: