Closed jhand2 closed 2 years ago
CompilerDependencies.h: __pragma is commonly defined in RTOS used as part of various firmware platforms. Only define it if it isn't already defined.
TpmSizeChecks.c: once is always defined, but is only used #if DEBUG. This can cause "defined but not used" compiler errors.
once
All CLA requirements met.
CompilerDependencies.h: __pragma is commonly defined in RTOS used as part of various firmware platforms. Only define it if it isn't already defined.
TpmSizeChecks.c:
once
is always defined, but is only used #if DEBUG. This can cause "defined but not used" compiler errors.