tpm2-tss
tpm2-tss copied to clipboard
Remove all warning, Improve Windows environment VS2017 to VS2022, build and refer it success
- Eliminates VS2022 all compile-time warnings.
- Updated the compilation environment to VS2022, platform toolset using LLVM (clang-cl), Windows SDK version 10.0.22621.0. Compiles without warning.
This pull request introduces 1 alert when merging 61ca9cf66505afc0be69b6ec6eb4fda0bc551524 into 2e4fbb1b293d38f31f25b33ddb8f06cafab06919 - view on LGTM.com
new alerts:
- 1 for Implicit function declaration
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]