From: Stephen D. <sd...@gm...> - 2012-10-17 10:56:04
|
On Wed, Oct 17, 2012 at 4:55 AM, Maurizio Martignano <Mau...@sp...> wrote: > OK > > Simple reason: Visual Studio complains about that stuff and it is annoying. Looks like Visual Studio 2012 comes with a C compiler: http://msdn.microsoft.com/en-us/library/bb384838.aspx "Visual Studio includes a C compiler that you can use to create everything from basic C programs to Windows API applications." "By default, the Visual C++ compiler treats all files that end in .c as C source code," Maybe there's a bug in your build scripts that are forcing C code to be treated as C++? |