Skip to content

Commit 58ee813

Browse files
committed
Remove non-functional pragmas
1 parent dfabd0f commit 58ee813

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/benchmarks.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@
33
// Distributed under the Boost Software License, Version 1.0.
44
// https://www.boost.org/LICENSE_1_0.txt
55

6-
#if defined(__GNUC__) && __GNUC__ > 5
7-
# pragma GCC diagnostic push
8-
# pragma GCC diagnostic ignored "-Wclass-memaccess"
9-
# pragma GCC diagnostic ignored "-Warray-bounds"
10-
#endif
11-
126
#include <boost/decimal.hpp>
137
#include <chrono>
148
#include <random>

0 commit comments

Comments
 (0)