> From: Frank Li <lznuaa@xxxxxxxxx> > > MSVC does not understand this C99 style > > Signed-off-by: Frank Li <lznuaa@xxxxxxxxx> > Signed-off-by: Marius Storm-Olsen <mstormo@xxxxxxxxx> Indeed, even in recent Visual Studio versions the C compiler only understands C90, not C99. Would it make sense to just force MSVC to compile *.c files with the C++ compiler to fix this, rather than patching files (which might be necessary for future files, too)? See the "/TP" command line option to "CL". -- Sebastian -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html