summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2018-09-07 18:51:36 +0100
committerGraham Linden <graham@lindenlab.com>2018-09-07 18:51:36 +0100
commitd20c4c17affe834e6e1fd868ed3442ab6ba53662 (patch)
tree774552a03e91a12580cb5b6300c8108e4918ac8c
parent770870898483fc254f6c23014f4ae9a02fb6182d (diff)
Nerf OSX warning about use of this in lambda.
-rw-r--r--indra/newview/llfloatereditextdaycycle.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatereditextdaycycle.cpp b/indra/newview/llfloatereditextdaycycle.cpp
index 01c1bf3d1a..270d772948 100644
--- a/indra/newview/llfloatereditextdaycycle.cpp
+++ b/indra/newview/llfloatereditextdaycycle.cpp
@@ -703,6 +703,7 @@ void LLFloaterEditExtDayCycle::checkAndConfirmSettingsLoss(on_confirm_fn cb)
LLNotificationsUtil::add("SettingsConfirmLoss", args, LLSD(),
[this, cb](const LLSD&notif, const LLSD&resp)
{
+ (void)this;
S32 opt = LLNotificationsUtil::getSelectedOption(notif, resp);
if (opt == 0)
cb();