File tree Expand file tree Collapse file tree 3 files changed +0
-25
lines changed Expand file tree Collapse file tree 3 files changed +0
-25
lines changed Original file line number Diff line number Diff line change 12
12
#include < univalue.h>
13
13
14
14
#ifdef ENABLE_EXTERNAL_SIGNER
15
- #if defined(__GNUC__)
16
- // Boost 1.78 requires the following workaround.
17
- // See: https://github.com/boostorg/process/issues/235
18
- #pragma GCC diagnostic push
19
- #pragma GCC diagnostic ignored "-Wnarrowing"
20
- #endif
21
15
#include < boost/process.hpp>
22
- #if defined(__GNUC__)
23
- #pragma GCC diagnostic pop
24
- #endif
25
16
#endif // ENABLE_EXTERNAL_SIGNER
26
17
27
18
UniValue RunCommandParseJSON (const std::string& str_command, const std::string& str_std_in)
Original file line number Diff line number Diff line change 7
7
#include < univalue.h>
8
8
9
9
#ifdef ENABLE_EXTERNAL_SIGNER
10
- #if defined(__GNUC__)
11
- // Boost 1.78 requires the following workaround.
12
- // See: https://github.com/boostorg/process/issues/235
13
- #pragma GCC diagnostic push
14
- #pragma GCC diagnostic ignored "-Wnarrowing"
15
- #endif
16
10
#include < boost/process.hpp>
17
- #if defined(__GNUC__)
18
- #pragma GCC diagnostic pop
19
- #endif
20
11
#endif // ENABLE_EXTERNAL_SIGNER
21
12
22
13
#include < boost/test/unit_test.hpp>
Original file line number Diff line number Diff line change 21
21
#include < unordered_map>
22
22
#include < vector>
23
23
24
- #if defined(__GNUC__) && !defined(__clang__)
25
- #pragma GCC diagnostic push
26
- #pragma GCC diagnostic ignored "-Wsuggest-override"
27
- #endif
28
24
#include < db_cxx.h>
29
- #if defined(__GNUC__) && !defined(__clang__)
30
- #pragma GCC diagnostic pop
31
- #endif
32
25
33
26
struct bilingual_str ;
34
27
You can’t perform that action at this time.
0 commit comments