diff options
| author | Graham Linden <graham@lindenlab.com> | 2018-09-07 19:03:52 +0100 | 
|---|---|---|
| committer | Graham Linden <graham@lindenlab.com> | 2018-09-07 19:03:52 +0100 | 
| commit | 0c599af9173c641ad96db8dc510a5364e93a5a29 (patch) | |
| tree | 5121b307ccd0f09c5f1c946b342279883446dd81 | |
| parent | 770baa28526cf4d860cdea6d97fa9f089a5941c7 (diff) | |
Merge
| -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 1104717dc1..fef3fabb4a 100644 --- a/indra/newview/llfloaterfixedenvironment.cpp +++ b/indra/newview/llfloaterfixedenvironment.cpp @@ -269,6 +269,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(); | 
