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/core.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/core.cpp')
-rw-r--r-- | src/engine/core.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/core.cpp b/src/engine/core.cpp index 028dc1cc..d157d3b3 100644 --- a/src/engine/core.cpp +++ b/src/engine/core.cpp | |||
@@ -36,7 +36,7 @@ static HRESULT ParseCommandLine( | |||
36 | __out_z LPWSTR* psczSanitizedCommandLine | 36 | __out_z LPWSTR* psczSanitizedCommandLine |
37 | ); | 37 | ); |
38 | static HRESULT ParsePipeConnection( | 38 | static HRESULT ParsePipeConnection( |
39 | __in LPWSTR* rgArgs, | 39 | __in_ecount(3) LPWSTR* rgArgs, |
40 | __in BURN_PIPE_CONNECTION* pConnection | 40 | __in BURN_PIPE_CONNECTION* pConnection |
41 | ); | 41 | ); |
42 | static HRESULT DetectPackage( | 42 | static HRESULT DetectPackage( |