Skip to content

Commit

Permalink
More warning avoidance
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Dec 11, 2023
1 parent c5bd986 commit 96f0b44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/endian.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt

#ifdef _MSC_VER
# pragma warning(disable: 4127) // conditional expression is constant
#endif

#include <boost/hash2/endian.hpp>
#include <boost/core/lightweight_test.hpp>
#include <cstdint>
Expand Down

0 comments on commit 96f0b44

Please sign in to comment.