Merge d7efd310f8 into merged_master (Elements PR #1400)

This commit is contained in:
Byron Hambly 2025-02-12 15:14:37 +02:00
commit 12db384dd7
No known key found for this signature in database
GPG key ID: DE8F6EA20A661697
7 changed files with 24 additions and 4 deletions

View file

@ -13,6 +13,12 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wnarrowing"
#endif
#if defined(__GNUC__)
// Boost 1.78 requires the following workaround.
// See: https://github.com/boostorg/process/issues/235
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wnarrowing"
#endif
#include <boost/process.hpp>
#if defined(__GNUC__)
#pragma GCC diagnostic pop