Roberto Bagnara
Roberto Bagnara
For the purpose of MISRA compliance, all the documentation regarding the implementation-defined behaviors has to be identified. Typically this includes the manuals of: the C preprocessor (e.g., for GCC, the...
You seem to be thinking that #pragma X and _Pragma("X") are equally constrained and require to be followed by a newline. In reality, the very reason for the existence of...
Use in macros: https://gcc.gnu.org/onlinedocs/cpp/Pragmas.html See last example here at the bottom: https://docs.microsoft.com/en-us/cpp/preprocessor/pragma-directives-and-the-pragma-keyword?view=msvc-170 More examples: https://www.keil.com/support/man/docs/armcc/armcc_chr1359124240616.htm https://docs.oracle.com/cd/E19205-01/819-5265/bjazs/index.html
I get the same errors.
On 30/07/20 15:39, Koen Yskout wrote: > The maven output shows that you're using the Java 14 JDK; I think that's the problem. Thanks Koen. Which JDK version should I...