SQLite Forum

Weird warning on the Xcode/OSX
Login
Hi, ALL,
I understand that this will not be fixed (from the previous discussion), but
I'm just curious for the reason.

When compiling my code that uses SQLite3 inside the Xcode, I see
a following warning (among the others):

Ambiguous expansion of macro MIN
Ambiguous expansion of macro MAX

Does this mean that SQLite3 provides its own implementation of them?

Thank you.