Skip to content

Commit

Permalink
Bug 1735233 - Fix unused-but-set-variable warning in MacRunFromDmgUti…
Browse files Browse the repository at this point in the history
…ls.mm. r=mstange

Differential Revision: https://phabricator.services.mozilla.com/D128129
  • Loading branch information
glandium committed Oct 12, 2021
1 parent 5c53ec3 commit 4c204f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toolkit/xre/MacRunFromDmgUtils.mm
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ static void ShowInstallFailedDialog() {
// AskUserIfWeShouldInstall for a detailed explanation.
[NSApp run];
MOZ_ASSERT(result != -1);
(void)result;

NS_OBJC_END_TRY_IGNORE_BLOCK;
}
Expand Down

0 comments on commit 4c204f2

Please sign in to comment.