From c06fb4e08883a3b7fe49d48a60bc20e1d3216e07 Mon Sep 17 00:00:00 2001 From: Ansariel Date: Thu, 16 May 2024 08:48:14 +0200 Subject: [PATCH] Shut up, GCC... --- indra/newview/fsradarentry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/fsradarentry.cpp b/indra/newview/fsradarentry.cpp index ae7a18959f..5bcd028769 100644 --- a/indra/newview/fsradarentry.cpp +++ b/indra/newview/fsradarentry.cpp @@ -35,7 +35,7 @@ #include "llviewerregion.h" #include "rlvhandler.h" -static constexpr char* CAPNAME = "AgentProfile"; +static constexpr char CAPNAME[] = "AgentProfile"; FSRadarEntry::FSRadarEntry(const LLUUID& avid) : mID(avid),