Add __VA_ARGS__ to variadic macro since it is required so that VA operations can read the parameters
Fix unit test build error in MSVC
Set static flag for core and disable flags that are not supported in MSVC
Pull Request Checklist
[x] I have ensured that my commit message contains the Issue ID.
[x] I have ensured that my commit message contains the feature/bugfix description.
[x] I have updated the documentation accordingly.
[x] I have ensured my code follows the coding guidelines.
[x] I have ran lint in my code locally prior to submission.
[x] I have built my changes in local successfully.
xxxx
Add __VA_ARGS__ to variadic macro since it is required so that VA operations can read the parameters Fix unit test build error in MSVC Set static flag for core and disable flags that are not supported in MSVC
Pull Request Checklist