From 4b65d86f997b73e9d4f8e2fd0d304c33fd69f754 Mon Sep 17 00:00:00 2001 From: eric langlois Date: Tue, 29 Mar 2022 10:21:47 -0700 Subject: [PATCH] Fix warning: not all control paths return a value (#2325) * Add contracts for PushNotifications * Fix warning: not all contrl paths return a value Co-authored-by: Eric Langlois --- test/TestApps/ToastNotificationsTestApp/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/TestApps/ToastNotificationsTestApp/main.cpp b/test/TestApps/ToastNotificationsTestApp/main.cpp index 9824f6cc08..22b26e42d8 100644 --- a/test/TestApps/ToastNotificationsTestApp/main.cpp +++ b/test/TestApps/ToastNotificationsTestApp/main.cpp @@ -652,6 +652,7 @@ bool VerifyToastUpdateZeroSequenceFail_Unpackaged() { return winrt::to_hresult() == E_INVALIDARG; } + return false; } bool VerifyUpdateToastProgressDataUsingEmptyTagAndValidGroup()