SQLite Forum

Weird warning on the Xcode/OSX
Login
Both MIN and MAX are #define'd within sqlite3.c, but each #define is protected with an #ifndef construct to avoid redundant (and usually error producing) redefinition of the macro(s).  Hence, there is something more interesting going on than you have supposed. I have no clue as to what it is, being limited to the few facts you provided.