diff options
author | Bob Arnson <bob@firegiant.com> | 2020-12-26 22:15:06 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-01-19 15:50:11 -0600 |
commit | a5b86b987bb5a6fbcdb191bbe8b51a621140b4e6 (patch) | |
tree | ecbeb7a3bf969990f3f96f9cba56bd68ab5d95af /src/engine/elevation.cpp | |
parent | 059e476a8d9af2472503057d7102852e64e9ca0b (diff) | |
download | wix-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.cpp | 4 |
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 | ); |
108 | static HRESULT ProcessGenericExecuteMessages( | 108 | static 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 | ); |
113 | static HRESULT ProcessMsiPackageMessages( | 113 | static HRESULT ProcessMsiPackageMessages( |
@@ -1425,7 +1425,7 @@ LExit: | |||
1425 | 1425 | ||
1426 | static HRESULT ProcessGenericExecuteMessages( | 1426 | static 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 | { |