Skip to content

Commit

Permalink
Fix warning: not all control paths return a value (#2325)
Browse files Browse the repository at this point in the history
* Add contracts for PushNotifications

* Fix warning: not all contrl paths return a value

Co-authored-by: Eric Langlois <[email protected]>
  • Loading branch information
loneursid and Eric Langlois authored Mar 29, 2022
1 parent bc7463b commit 4b65d86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/TestApps/ToastNotificationsTestApp/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,7 @@ bool VerifyToastUpdateZeroSequenceFail_Unpackaged()
{
return winrt::to_hresult() == E_INVALIDARG;
}
return false;
}

bool VerifyUpdateToastProgressDataUsingEmptyTagAndValidGroup()
Expand Down

0 comments on commit 4b65d86

Please sign in to comment.