Re: [PATCH] build system: choose gnu99 as a C standard

2016-09-22 Thread David Bremner
David Bremner writes: > Apparently pre 5.1 gcc defaulted to gnu89, but we decided it was ok to > use some c99 features. > > '-std=c99' by itself is not enough for notmuch to compile. > > '-std=gnu99' seems to work with clang and gcc, so I'm not convinced > configuration support is needed. > ---

Re: [PATCH] build system: choose gnu99 as a C standard

2016-09-22 Thread Tomi Ollila
On Thu, Sep 22 2016, David Bremner wrote: > Apparently pre 5.1 gcc defaulted to gnu89, but we decided it was ok to > use some c99 features. > > '-std=c99' by itself is not enough for notmuch to compile. > > '-std=gnu99' seems to work with clang and gcc, so I'm not convinced > configuration suppor