aboutsummaryrefslogtreecommitdiff
path: root/src/engine/elevation.cpp
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2020-12-26 22:15:06 -0500
committerSean Hall <r.sean.hall@gmail.com>2021-01-19 15:50:11 -0600
commita5b86b987bb5a6fbcdb191bbe8b51a621140b4e6 (patch)
treeecbeb7a3bf969990f3f96f9cba56bd68ab5d95af /src/engine/elevation.cpp
parent059e476a8d9af2472503057d7102852e64e9ca0b (diff)
downloadwix-a5b86b987bb5a6fbcdb191bbe8b51a621140b4e6.tar.gz
wix-a5b86b987bb5a6fbcdb191bbe8b51a621140b4e6.tar.bz2
wix-a5b86b987bb5a6fbcdb191bbe8b51a621140b4e6.zip
Fix code analysis warnings.
Diffstat (limited to 'src/engine/elevation.cpp')
-rw-r--r--src/engine/elevation.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/elevation.cpp b/src/engine/elevation.cpp
index 94418dc3..fc53b1f8 100644
--- a/src/engine/elevation.cpp
+++ b/src/engine/elevation.cpp
@@ -107,7 +107,7 @@ static HRESULT ProcessApplyInitializeMessages(
107 ); 107 );
108static HRESULT ProcessGenericExecuteMessages( 108static HRESULT ProcessGenericExecuteMessages(
109 __in BURN_PIPE_MESSAGE* pMsg, 109 __in BURN_PIPE_MESSAGE* pMsg,
110 __in_opt LPVOID pvContext, 110 __in LPVOID pvContext,
111 __out DWORD* pdwResult 111 __out DWORD* pdwResult
112 ); 112 );
113static HRESULT ProcessMsiPackageMessages( 113static HRESULT ProcessMsiPackageMessages(
@@ -1425,7 +1425,7 @@ LExit:
1425 1425
1426static HRESULT ProcessGenericExecuteMessages( 1426static HRESULT ProcessGenericExecuteMessages(
1427 __in BURN_PIPE_MESSAGE* pMsg, 1427 __in BURN_PIPE_MESSAGE* pMsg,
1428 __in_opt LPVOID pvContext, 1428 __in LPVOID pvContext,
1429 __out DWORD* pdwResult 1429 __out DWORD* pdwResult
1430 ) 1430 )
1431{ 1431{