Easier for whom? I want my C++ code to be as close to standard as possible and -ansi -pedantic helps me a lot. I do not see any reason why should SQLite force me not to use those switches when there is easy way to fix the problem.
VH > On Sat, 2005-04-30 at 13:51 +0200, VĂclav Haisman wrote: > > Hi, for me to be able to use SQLite3 with C++ sources that use -ansi > > -pedantic with GCC I need following tiny patch: > > > > Wouldn't it be easier to *not* compile with -ansi -pedantic? > -- > D. Richard Hipp <[EMAIL PROTECTED]>