tpm2-tss icon indicating copy to clipboard operation
tpm2-tss copied to clipboard

Remove all warning, Improve Windows environment VS2017 to VS2022, build and refer it success

Open Huihh opened this issue 2 years ago • 2 comments

  1. Eliminates VS2022 all compile-time warnings.
  2. Updated the compilation environment to VS2022, platform toolset using LLVM (clang-cl), Windows SDK version 10.0.22621.0. Compiles without warning.

Huihh avatar Jul 29 '22 09:07 Huihh

This pull request introduces 1 alert when merging 61ca9cf66505afc0be69b6ec6eb4fda0bc551524 into 2e4fbb1b293d38f31f25b33ddb8f06cafab06919 - view on LGTM.com

new alerts:

  • 1 for Implicit function declaration

lgtm-com[bot] avatar Jul 29 '22 09:07 lgtm-com[bot]

This pull request introduces 1 alert when merging 61ca9cf into 2e4fbb1 - view on LGTM.com

new alerts:

  • 1 for Implicit function declaration

becuase newer version 'strdup' is deprecated. see below: warning : 'strdup' is deprecated: The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strdup. See online help for details. [-Wdeprecated-declarations]

Huihh avatar Jul 29 '22 10:07 Huihh