Tool/software: TI C/C++ Compiler
Hello,
Compiling a previously successful project under compiler C6000 V8.3.1 (from C600 V8.2.5) resulted in a warning, that appears to have been introduced:
"C:/ti/include/sys/cdefs.h", line 425: remark #195-D: zero used for undefined
preprocessing identifier "__STDC_VERSION__"
#if ((defined(__INTEL_COMPILER) || (defined(__GNUC__) && __GNUC__ >= 2)) && !defined(__STRICT_ANSI__) || __STDC_VERSION__ >= 199901) || defined(__TI_COMPILER_VERSION__)
cdefs.h is embedded in stdint.h, which is how it came into my source file/project.
I don't have any idea why this is happening, or how to resolve.
Please advise,
Robert