Hi!
Since switching to SES v3.12 I have started to encounter compiling error:
I have a project where I mix up C++ and C, so any extern "C" allocation declarations ending up with this compiler error.
When following multiple threads about this, I have hit the suggestion that one should somehow disable this flag at the global compiler settings - source .
I get the same error for -Wno-strict-prototypes.
I am using gnu11 and gnu++1y compiler standards.
Is there any workaround for this?
Cheers!
Since switching to SES v3.12 I have started to encounter compiling error:
I have a project where I mix up C++ and C, so any extern "C" allocation declarations ending up with this compiler error.
When following multiple threads about this, I have hit the suggestion that one should somehow disable this flag at the global compiler settings - source .
I get the same error for -Wno-strict-prototypes.
I am using gnu11 and gnu++1y compiler standards.
Is there any workaround for this?
Cheers!