diff options
author | Graham Linden <graham@lindenlab.com> | 2018-09-07 18:49:07 +0100 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2018-09-07 18:49:07 +0100 |
commit | 770870898483fc254f6c23014f4ae9a02fb6182d (patch) | |
tree | 6ea078e9f553ef6d5ffad34122bb440e12c1fe09 /indra/newview | |
parent | df96fc652b452dbc9bd2daa7398ada1feb235fff (diff) |
Nerf OSX warning about use of this in lambda.
Diffstat (limited to 'indra/newview')
-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(); |