On 23 Nov 2019, at 11:06pm, Richard Hipp <d...@sqlite.org> wrote:

> given the choice between
> 
> (1) Code that works and does something useful
> (2) Code that is standards compliant
> 
> I'll always go with (1).

Another problem is that different compilers, or the same compiler with 
different options, warn about different things.  And that making changes to 
make one compiler happy can make another compiler unhappy.  Until you end up 
with

    complicated line here;      /* actually does a = b but
                                must keep four compilers happy */
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to