From d20c4c17affe834e6e1fd868ed3442ab6ba53662 Mon Sep 17 00:00:00 2001 From: Graham Linden Date: Fri, 7 Sep 2018 18:51:36 +0100 Subject: Nerf OSX warning about use of this in lambda. --- indra/newview/llfloatereditextdaycycle.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview') 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¬if, const LLSD&resp) { + (void)this; S32 opt = LLNotificationsUtil::getSelectedOption(notif, resp); if (opt == 0) cb(); -- cgit v1.2.3