> 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
Re: [Owfs-developers] Many-port bus master
Stefano Miccoli via Owfs-developers Thu, 15 Nov 2018 02:20:01 -0800
- [Owfs-developers] Many-port bus master Alastair D'Silva
- Re: [Owfs-developers] Many-port b... Jan Kandziora
- Re: [Owfs-developers] Many-po... Paul Alfille
- Re: [Owfs-developers] Many-po... Alastair D'Silva
- Re: [Owfs-developers] Man... Jan Kandziora
- Re: [Owfs-developers] Many-po... Alastair D'Silva
- Re: [Owfs-developers] Man... Stefano Miccoli via Owfs-developers
- Re: [Owfs-developers]... Alastair D'Silva