aboutsummaryrefslogtreecommitdiff
path: root/libbutl/utility.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/utility.ixx')
-rw-r--r--libbutl/utility.ixx12
1 files changed, 0 insertions, 12 deletions
diff --git a/libbutl/utility.ixx b/libbutl/utility.ixx
index 55c8761..d1c8421 100644
--- a/libbutl/utility.ixx
+++ b/libbutl/utility.ixx
@@ -342,19 +342,7 @@ namespace butl
inline void
thread_env (const char* const* v)
{
- // Disable bogus GCC maybe used uninitialized warning (triggered via the
- // use of auto_thread_env).
- //
-#if defined(__GNUC__) && !defined(__clang__)
-# pragma GCC diagnostic push
-# pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
-#endif
-
thread_env_ = v;
-
-#if defined(__GNUC__) && !defined(__clang__)
-# pragma GCC diagnostic pop
-#endif
}
#endif