Is there a way to configure the default C compiler from Microsoft Visual Studio 2013 to compile in the C89 standard?
I've tried /Za option, but doesn't switch back to C89 mode.
Is there a way to configure the default C compiler from Microsoft Visual Studio 2013 to compile in the C89 standard?
I've tried /Za option, but doesn't switch back to C89 mode.