From e23838b54a1de87dd5cbd84edeae45301eee8ffd Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Sat, 7 Nov 2020 02:01:36 -0500
Subject: [PATCH] Another improper gcc warning supression

---
 indra/newview/llurl.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/llurl.cpp b/indra/newview/llurl.cpp
index 64fc0815150..587beeb1374 100644
--- a/indra/newview/llurl.cpp
+++ b/indra/newview/llurl.cpp
@@ -28,7 +28,7 @@
 #include "llurl.h"
 #include "llerror.h"
 
-#if LL_GNUC
+#if LL_GNUC && GCC_VERSION >= 80000
 #pragma GCC diagnostic ignored "-Wstringop-truncation"
 #endif
 
-- 
GitLab