[argyllcms] Re: Is Argyll strictly ANSI C?

On Fri, Nov 16, 2007 at 02:32:30PM +1100, Graeme Gill wrote:
> 
> It doesn't use C++. Whether it is strictly ANSI C, I can't really tell you
> (Is there a tool for checking this somewhere ?).

You can pass -Wansi to gcc to generate warnings about ANSI compliance.
For most code in practice this will just generate a lot of noise telling
you that the // style of comment isn't in the ANSI standard.


Martin

Other related posts: