> On 15 Nov 2018, at 08:27, Alastair D'Silva <alast...@d-silva.org> wrote:
> 
> 
> One question, my code has C99isms, which are fine for modern compilers as 
> they default to C99. Older compilers default to C90.
> 
> I can fix this in 2 ways:
> Easy way: add std=c99 to CFLAGS to force C99 mode
> Hard(er) way: Remove C99isms from the code. It's not that hard, but it will 
> result in some vars getting a larger scope than they need.
> 

I would prefer updating the coding style to C99. Sooner or later the OWFS 
codebase should be modernised, so it makes not sense, IMHO, to hold back C99 
for new contributions.

Stefano



_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to