|
From: Hans-Bernhard B. <HBB...@t-...> - 2015-12-09 22:14:56
|
Am 09.12.2015 um 20:52 schrieb pl...@pi...: > There is a compiler switch in gcc to force only stdc syntax, IIRC > > -std=c99 > > This should flush out any C11 specific code as errors. I think that is > what you are trying to do. All fine and dandy, but completely irrelevant to the issue at hand, which deals with C++, not C. |