diff options
| -rw-r--r-- | indra/newview/llfloaterfixedenvironment.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterfixedenvironment.cpp b/indra/newview/llfloaterfixedenvironment.cpp index 39e37034e7..1200bf8183 100644 --- a/indra/newview/llfloaterfixedenvironment.cpp +++ b/indra/newview/llfloaterfixedenvironment.cpp @@ -267,6 +267,7 @@ void LLFloaterFixedEnvironment::checkAndConfirmSettingsLoss(LLFloaterFixedEnviro          LLNotificationsUtil::add("SettingsConfirmLoss", args, LLSD(),              [this, cb](const LLSD¬if, const LLSD&resp)              { +                (void)this;                  S32 opt = LLNotificationsUtil::getSelectedOption(notif, resp);                  if (opt == 0)                      cb();  | 
