Launching lib/main.dart on macOS in debug mode... Running pod install... Building macOS application... 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ 15573 | # define MIN(A,B) ((A)<(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:82359:23: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro] 82359 | int nCopy = MIN(nOut, nIn); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ 15573 | # define MIN(A,B) ((A)<(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:82393:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro] 82393 | nOut = MIN(pBt->usableSize - 4, nRem); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ 15573 | # define MIN(A,B) ((A)<(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:84401:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro] 84401 | const int nCopy = MIN(nSrcPgsz, nDestPgsz); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ 15573 | # define MIN(A,B) ((A)<(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:84672:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro] 84672 | iEnd = MIN(PENDING_BYTE + pgszDest, iSize); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ 15573 | # define MIN(A,B) ((A)<(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:86227:49: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro] 86227 | if( sqlite3VdbeMemClearAndResize(pMem, (int)MAX(nAlloc,32)) ){ | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 218 | #define MAX(a, b) (((a)>(b))?(a):(b)) | ^ 15576 | # define MAX(A,B) ((A)>(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:86309:49: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro] 86309 | if( sqlite3VdbeMemClearAndResize(pMem, (int)MAX(nAlloc,32)) ){ | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 218 | #define MAX(a, b) (((a)>(b))?(a):(b)) | ^ 15576 | # define MAX(A,B) ((A)>(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:92009:22: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro] 92009 | int nCmp = MIN(mem1.n, pRhs->n); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ 15573 | # define MIN(A,B) ((A)<(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:92037:22: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro] 92037 | int nCmp = MIN(nStr, pRhs->n); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ 15573 | # define MIN(A,B) ((A)<(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:92245:12: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro] 92245 | nCmp = MIN( pPKey2->n, nStr ); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ 15573 | # define MIN(A,B) ((A)<(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:94656:42: warning: implicit conversion loses integer precision: 'sqlite3_uint64' (aka 'unsigned long long') to 'int' [-Wshorten-64-to-32] 94656 | rc = sqlite3_bind_zeroblob(pStmt, i, n); | ~~~~~~~~~~~~~~~~~~~~~ ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:95497:19: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro] 95497 | nextIndex = MAX(idx + 1, nextIndex); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 218 | #define MAX(a, b) (((a)>(b))?(a):(b)) | ^ 15576 | # define MAX(A,B) ((A)>(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:95475:41: warning: implicit conversion loses integer precision: 'i64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 95475 | sqlite3_str_append(&out, zRawSql, n); | ~~~~~~~~~~~~~~~~~~ ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:95493:53: warning: implicit conversion loses integer precision: 'i64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 95493 | idx = sqlite3VdbeParameterIndex(p, zRawSql, nToken); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:96416:48: warning: implicit conversion loses integer precision: 'i64' (aka 'long long') to 'u32' (aka 'unsigned int') [-Wshorten-64-to-32] 96416 | rc = sqlite3BtreePayload(pC->uc.pCursor, iOffset, len, pBuf); | ~~~~~~~~~~~~~~~~~~~ ^~~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:96439:50: warning: implicit conversion loses integer precision: 'i64' (aka 'long long') to 'u32' (aka 'unsigned int') [-Wshorten-64-to-32] 96439 | rc = sqlite3VdbeMemFromBtree(pC->uc.pCursor, iOffset, len, pDest); | ~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:99361:21: warning: implicit conversion loses integer precision: 'i64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 99361 | pOut->u.nZero = nZero; | ~ ^~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:106058:28: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro] 106058 | sqlite3_int64 nNew = MAX(128, 2*(sqlite3_int64)p->nAlloc); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 218 | #define MAX(a, b) (((a)>(b))?(a):(b)) | ^ 15576 | # define MAX(A,B) ((A)>(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:106062:19: warning: implicit conversion loses integer precision: 'sqlite3_int64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 106062 | p->nAlloc = nNew; | ~ ^~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:106339:25: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro] 106339 | res = memcmp(v1, v2, (MIN(n1, n2) - 13)/2); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ 15573 | # define MIN(A,B) ((A)<(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:106535:17: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro] 106535 | mxCache = MIN(mxCache, SQLITE_MAX_PMASZ); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ 15573 | # define MIN(A,B) ((A)<(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:106536:28: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro] 106536 | pSorter->mxPmaSize = MAX(pSorter->mnPmaSize, (int)mxCache); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 218 | #define MAX(a, b) (((a)>(b))?(a):(b)) | ^ 15576 | # define MAX(A,B) ((A)>(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:107372:26: warning: implicit conversion loses integer precision: 'i64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 107372 | pSorter->mxKeysize = nPMA; | ~ ^~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:107376:33: warning: implicit conversion loses integer precision: 'i64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 107376 | int nMin = pSorter->iMemory + nReq; | ~~~~ ~~~~~~~~~~~~~~~~~^~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:107383:45: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] 107383 | iListOff = (u8*)pSorter->list.pList - pSorter->list.aMemory; | ~ ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:107394:26: warning: implicit conversion loses integer precision: 'sqlite3_int64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 107394 | pSorter->nMemory = nNew; | ~ ^~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:107548:19: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro] 107548 | pIncr->mxSz = MAX(pTask->pSorter->mxKeysize+9,pTask->pSorter->mxPmaSize/2); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 218 | #define MAX(a, b) (((a)>(b))?(a):(b)) | ^ 15576 | # define MAX(A,B) ((A)>(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:108002:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro] 108002 | nReader = MIN(pTask->nPMA - i, SORTER_MAX_MERGE_COUNT); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ 15573 | # define MIN(A,B) ((A)<(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:108879:17: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro] 108879 | int nCopy = MIN(nRead, (p->nChunkSize - iChunkOffset)); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ 15573 | # define MIN(A,B) ((A)<(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:108919:40: warning: implicit conversion loses integer precision: 'sqlite_int64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 108919 | nChunk = copy.endpoint.iOffset - iOff; | ~ ~~~~~~~~~~~~~~~~~~~~~~^~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:108986:22: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro] 108986 | int iSpace = MIN(nWrite, p->nChunkSize - iChunkOffset); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ 15573 | # define MIN(A,B) ((A)<(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:109200:10: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro] 109200 | return MAX(pVfs->szOsFile, (int)sizeof(MemJournal)); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 218 | #define MAX(a, b) (((a)>(b))?(a):(b)) | ^ 15576 | # define MAX(A,B) ((A)>(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:121896:13: warning: implicit conversion loses integer precision: 'i64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 121896 | int n = sqlite3GetToken(&z[nRet], &t); | ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:122359:18: warning: implicit conversion loses integer precision: 'i64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 122359 | int nToken = sqlite3GetToken(&zTmp[iOff], &t); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:122401:72: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] 122401 | nCons = alterRtrimConstraint(pParse->db, pCons, pParse->sLastToken.z - pCons); | ~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~^~~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:122521:72: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] 122521 | nCons = alterRtrimConstraint(pParse->db, pCons, pParse->sLastToken.z - pCons); | ~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~^~~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:123609:18: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro] 123609 | pParse->nTab = MAX(pParse->nTab, iTab); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 218 | #define MAX(a, b) (((a)>(b))?(a):(b)) | ^ 15576 | # define MAX(A,B) ((A)>(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:130012:15: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro] 130012 | int nCopy = MIN(ArraySize(aVal), pIdx->nKeyCol); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ 15573 | # define MIN(A,B) ((A)<(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:130279:20: warning: implicit conversion loses integer precision: 'sqlite3_int64' (aka 'long long') to 'u32' (aka 'unsigned int') [-Wshorten-64-to-32] 130279 | pSrc->nAlloc = nAlloc; | ~ ^~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:133459:24: warning: implicit conversion loses integer precision: 'sqlite3_int64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 133459 | sqlite3_randomness(n, p); | ~~~~~~~~~~~~~~~~~~ ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:133460:44: warning: implicit conversion loses integer precision: 'sqlite3_int64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 133460 | sqlite3_result_blob(context, (char*)p, n, sqlite3_free); | ~~~~~~~~~~~~~~~~~~~ ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:133997:31: warning: implicit conversion loses integer precision: 'i64' (aka 'long long') to 'u32' (aka 'unsigned int') [-Wshorten-64-to-32] 133997 | pStr->nChar = nBlob*2 + 3; | ~ ~~~~~~~~^~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:134073:11: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] 134073 | n = z - &zIn[i]; | ~ ~~^~~~~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:134310:39: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] 134310 | sqlite3_result_blob(pCtx, pBlob, (p - pBlob), sqlite3_free); | ~~~~~~~~~~~~~~~~~~~ ~~^~~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:137661:75: warning: possible misuse of comma operator here [-Wcomma] 137661 | pRaise = sqlite3Expr(db, TK_STRING, "FOREIGN KEY constraint failed"), | ^ 137661 | pRaise = sqlite3Expr(db, TK_STRING, "FOREIGN KEY constraint failed"), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | (void)( ) /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:142782:36: warning: implicit conversion loses integer precision: 'u64' (aka 'unsigned long long') to 'int' [-Wshorten-64-to-32] 142782 | sqlite3OsDlError(pVfs, nMsg-1, zErrmsg); | ~~~~~~~~~~~~~~~~ ~~~~^~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:142823:34: warning: implicit conversion loses integer precision: 'u64' (aka 'unsigned long long') to 'int' [-Wshorten-64-to-32] 142823 | sqlite3OsDlError(pVfs, nMsg-1, zErrmsg); | ~~~~~~~~~~~~~~~~ ~~~~^~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:146025:28: warning: implicit conversion loses integer precision: 'const u64' (aka 'const unsigned long long') to 'int' [-Wshorten-64-to-32] 146025 | int iCookie = pPragma->iArg; /* Which cookie to read or write */ | ~~~~~~~ ~~~~~~~~~^~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:154021:29: warning: implicit conversion loses integer precision: 'u64' (aka 'unsigned long long') to 'int' [-Wshorten-64-to-32] 154021 | int flags = pParse->db->flags; | ~~~~~ ~~~~~~~~~~~~^~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:164719:19: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro] 164719 | nExtraReg = MAX(nExtraReg, pLoop->u.btree.nBtm); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 218 | #define MAX(a, b) (((a)>(b))?(a):(b)) | ^ 15576 | # define MAX(A,B) ((A)>(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:164726:19: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro] 164726 | nExtraReg = MAX(nExtraReg, pLoop->u.btree.nTop); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 218 | #define MAX(a, b) (((a)>(b))?(a):(b)) | ^ 15576 | # define MAX(A,B) ((A)>(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:168124:43: warning: possible misuse of comma operator here [-Wcomma] 168124 | && (pX = pTerm->pExpr->pRight, ALWAYS(pX!=0)) | ^ 168124 | && (pX = pTerm->pExpr->pRight, ALWAYS(pX!=0)) | ^~~~~~~~~~~~~~~~~~~~~~~~~ | (void)( ) /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:168807:14: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro] 168807 | mxBitCol = MIN(BMS-1,pTable->nCol); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ 15573 | # define MIN(A,B) ((A)<(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:170416:25: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro] 170416 | pTemplate->rRun = MIN(p->rRun, pTemplate->rRun); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ 15573 | # define MIN(A,B) ((A)<(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:170417:25: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro] 170417 | pTemplate->nOut = MIN(p->nOut - 1, pTemplate->nOut); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ 15573 | # define MIN(A,B) ((A)<(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:170425:25: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro] 170425 | pTemplate->rRun = MAX(p->rRun, pTemplate->rRun); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 218 | #define MAX(a, b) (((a)>(b))?(a):(b)) | ^ 15576 | # define MAX(A,B) ((A)>(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:170426:25: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro] 170426 | pTemplate->nOut = MAX(p->nOut + 1, pTemplate->nOut); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 218 | #define MAX(a, b) (((a)>(b))?(a):(b)) | ^ 15576 | # define MAX(A,B) ((A)>(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:170856:10: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro] 170856 | nCmp = MIN(nCmp, (pIdx->nColumn - nEq)); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ 15573 | # define MIN(A,B) ((A)<(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:173616:19: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro] 173616 | aFrom[0].nRow = MIN(pParse->nQueryLoop, 48); assert( 48==sqlite3LogEst(28) ); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ 15573 | # define MIN(A,B) ((A)<(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:176049:28: warning: implicit conversion loses integer precision: 'i64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 176049 | int nSize = (p->nTotal / p->nParam); | ~~~~~ ~~~~~~~~~~^~~~~~~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:177598:12: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro] 177598 | nArg = MAX(nArg, windowArgCount(pWin)); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 218 | #define MAX(a, b) (((a)>(b))?(a):(b)) | ^ 15576 | # define MAX(A,B) ((A)>(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:178886:64: warning: implicit conversion loses integer precision: 'sqlite3_uint64' (aka 'unsigned long long') to 'int' [-Wshorten-64-to-32] 178886 | void *p = sqlite3FaultSim(700) ? 0 : sqlite3_realloc(pOld, newSize); | ~~~~~~~~~~~~~~~ ^~~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:183838:173: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] 183838 | sqlite3AlterAddConstraint(pParse, yymsp[-8].minor.yy203, &yymsp[-6].minor.yy0, &yymsp[-5].minor.yy0, yymsp[-3].minor.yy0.z+1, (yymsp[-1].minor.yy0.z-yymsp[-3].minor.yy0.z-1)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:183844:154: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] 183844 | sqlite3AlterAddConstraint(pParse, yymsp[-6].minor.yy203, &yymsp[-4].minor.yy0, 0, yymsp[-3].minor.yy0.z+1, (yymsp[-1].minor.yy0.z-yymsp[-3].minor.yy0.z-1)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:182506:9: warning: code will never be executed [-Wunreachable-code] 182506 | YYMINORTYPE yylhsminor; | ^~~~~~~~~~~~~~~~~~~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:187039:19: warning: implicit conversion loses integer precision: 'sqlite3_int64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 187039 | nBig = szAlloc/(3*LOOKASIDE_SMALL+sz); | ~ ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:187040:40: warning: implicit conversion loses integer precision: 'sqlite_int64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 187040 | nSm = (szAlloc - (i64)sz*(i64)nBig)/LOOKASIDE_SMALL; | ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:187042:19: warning: implicit conversion loses integer precision: 'sqlite3_int64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 187042 | nBig = szAlloc/(LOOKASIDE_SMALL+sz); | ~ ~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:187043:40: warning: implicit conversion loses integer precision: 'sqlite_int64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 187043 | nSm = (szAlloc - (i64)sz*(i64)nBig)/LOOKASIDE_SMALL; | ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:187047:19: warning: implicit conversion loses integer precision: 'sqlite3_int64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 187047 | nBig = szAlloc/sz; | ~ ~~~~~~~^~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:212369:28: warning: implicit conversion loses integer precision: 'u64' (aka 'unsigned long long') to 'int' [-Wshorten-64-to-32] 212369 | pParse->nJson = p->nUsed; | ~ ~~~^~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:213603:20: warning: implicit conversion loses integer precision: 'u64' (aka 'unsigned long long') to 'int' [-Wshorten-64-to-32] 213603 | px.nJson = pStr->nUsed; | ~ ~~~~~~^~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:214147:43: warning: implicit conversion loses integer precision: 'i64' (aka 'long long') to 'u32' (aka 'unsigned int') [-Wshorten-64-to-32] 214147 | jsonBlobExpand(pParse, pParse->nBlob+d); | ~~~~~~~~~~~~~~ ~~~~~~~~~~~~~^~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:216731:19: warning: implicit conversion loses integer precision: 'u64' (aka 'unsigned long long') to 'u32' (aka 'unsigned int') [-Wshorten-64-to-32] 216731 | u32 n = p->path.nUsed; | ~ ~~~~~~~~^~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:219319:26: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro] 219319 | p1->aCoord[ii].f = MIN(p1->aCoord[ii].f, p2->aCoord[ii].f); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ 15573 | # define MIN(A,B) ((A)<(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:219320:28: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro] 219320 | p1->aCoord[ii+1].f = MAX(p1->aCoord[ii+1].f, p2->aCoord[ii+1].f); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 218 | #define MAX(a, b) (((a)>(b))?(a):(b)) | ^ 15576 | # define MAX(A,B) ((A)>(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:219325:26: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro] 219325 | p1->aCoord[ii].i = MIN(p1->aCoord[ii].i, p2->aCoord[ii].i); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ 15573 | # define MIN(A,B) ((A)<(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:219326:28: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro] 219326 | p1->aCoord[ii+1].i = MAX(p1->aCoord[ii+1].i, p2->aCoord[ii+1].i); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 218 | #define MAX(a, b) (((a)>(b))?(a):(b)) | ^ 15576 | # define MAX(A,B) ((A)>(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:219367:12: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro] 219367 | x1 = MAX(DCOORD(p->aCoord[jj]), DCOORD(aCell[ii].aCoord[jj])); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 218 | #define MAX(a, b) (((a)>(b))?(a):(b)) | ^ 15576 | # define MAX(A,B) ((A)>(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:219368:12: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro] 219368 | x2 = MIN(DCOORD(p->aCoord[jj+1]), DCOORD(aCell[ii].aCoord[jj+1])); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ 15573 | # define MIN(A,B) ((A)<(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:220488:21: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro] 220488 | pRtree->nRowEst = MAX(nRow, RTREE_MIN_ROWEST); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 218 | #define MAX(a, b) (((a)>(b))?(a):(b)) | ^ 15576 | # define MAX(A,B) ((A)>(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:220747:10: warning: implicit conversion loses integer precision: 'i64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 220747 | return sqlite3GetToken((const unsigned char*)z,&dummy); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:223383:20: warning: implicit conversion loses integer precision: 'sqlite3_int64' (aka 'long long') to 'u32' (aka 'unsigned int') [-Wshorten-64-to-32] 223383 | pBlob->iSize = nBlob; | ~ ^~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:233398:66: warning: implicit conversion loses integer precision: 'sqlite3_int64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 233398 | int iHash = sessionChangeHash(pTab, bPkOnly, p->aRecord, nNew); | ~~~~~~~~~~~~~~~~~ ^~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:233406:21: warning: implicit conversion loses integer precision: 'sqlite3_int64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 233406 | pTab->nChange = nNew; | ~ ^~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:233840:19: warning: implicit conversion loses integer precision: 'i64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 233840 | p->nAlloc = nNew; | ~ ^~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:234094:22: warning: implicit conversion loses integer precision: 'i64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 234094 | int nIncr = nNew - pC->nMaxSize; | ~~~~~ ~~~~~^~~~~~~~~~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:234095:20: warning: implicit conversion loses integer precision: 'i64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 234095 | pC->nMaxSize = nNew; | ~ ^~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:234249:21: warning: implicit conversion loses integer precision: 'sqlite3_int64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 234249 | pC->nRecord = nByte; | ~ ^~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:238132:28: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] 238132 | pNew->nRecord = pOut - pNew->aRecord; | ~ ~~~~~^~~~~~~~~~~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:238168:30: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] 238168 | pNew->nRecord = pOut - pNew->aRecord; | ~ ~~~~~^~~~~~~~~~~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:238854:22: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] 238854 | pBuf->nBuf = pOut-pBuf->aBuf; | ~ ~~~~^~~~~~~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:238926:26: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] 238926 | pBuf->nBuf = (pOut - pBuf->aBuf); | ~ ~~~~~^~~~~~~~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:239018:29: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] 239017 | sessionAppendRecordMerge(&sOut, pIter->nCol, | ~~~~~~~~~~~~~~~~~~~~~~~~ 239018 | pCsr, nRec-(pCsr-aRec), | ~~~~^~~~~~~~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:242000:9: warning: code will never be executed [-Wunreachable-code] 242000 | fts5YYMINORTYPE fts5yylhsminor; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:244037:29: warning: implicit conversion loses integer precision: 'sqlite3_int64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 244037 | pConfig->t.nArg = nArg; | ~ ^~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:245078:23: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] 245078 | pToken->n = (z2 - z); | ~ ~~~^~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:245090:23: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] 245090 | pToken->n = (z2 - z); | ~ ~~~^~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:247128:18: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro] 247128 | p->iHeight = MAX(p->iHeight, p->apChild[ii]->iHeight + 1); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 218 | #define MAX(a, b) (((a)>(b))?(a):(b)) | ^ 15576 | # define MAX(A,B) ((A)>(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:248538:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro] 248538 | int nMin = MIN(p1->nKey, p2->nKey); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ 15573 | # define MIN(A,B) ((A)<(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:249522:10: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro] 249522 | nCmp = MIN(pLeft->n, pRight->n); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ 15573 | # define MIN(A,B) ((A)<(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:249597:20: warning: implicit conversion loses integer precision: 'i64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 249597 | pRet->nn = nByte; | ~ ^~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:249604:50: warning: implicit conversion loses integer precision: 'i64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 249604 | rc = sqlite3_blob_read(p->pReader, aOut, nByte, 0); | ~~~~~~~~~~~~~~~~~ ^~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:249904:27: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro] 249904 | nOriginCntr = MAX(nOriginCntr, pSeg->iOrigin2); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 218 | #define MAX(a, b) (((a)>(b))?(a):(b)) | ^ 15576 | # define MAX(A,B) ((A)>(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:250595:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro] 250595 | int iEod = MIN(pIter->iEndofDoclist, pIter->pLeaf->szLeaf); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ 15573 | # define MIN(A,B) ((A)<(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:250592:23: warning: implicit conversion loses integer precision: 'i64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 250592 | int iOff = pIter->iLeafOffset; /* Offset to read at */ | ~~~~ ~~~~~~~^~~~~~~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:250666:28: warning: implicit conversion loses integer precision: 'i64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 250666 | pIter->iTermLeafOffset = iOff; | ~ ^~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:250707:26: warning: implicit conversion loses integer precision: 'const i64' (aka 'const long long') to 'int' [-Wshorten-64-to-32] 250707 | pNew->nTombstone = nTomb; | ~ ^~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:250777:18: warning: implicit conversion loses integer precision: 'i64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 250777 | int i = pIter->iLeafOffset; | ~ ~~~~~~~^~~~~~~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:250815:29: warning: implicit conversion loses integer precision: 'i64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 250815 | pIter->nRowidOffset = nNew; | ~ ^~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:250818:50: warning: implicit conversion loses integer precision: 'i64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 250818 | pIter->aRowidOffset[iRowidOffset++] = pIter->iLeafOffset; | ~ ~~~~~~~^~~~~~~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:250911:19: warning: implicit conversion loses integer precision: 'i64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 250911 | iOff = pIter->iLeafOffset; | ~ ~~~~~~~^~~~~~~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:250940:17: warning: implicit conversion loses integer precision: 'i64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 250940 | iOff = pIter->iLeafOffset; | ~ ~~~~~~~^~~~~~~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:251021:29: warning: implicit conversion loses integer precision: 'i64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 251021 | iOff = pIter->iLeafOffset + pIter->nPos; | ~ ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:251296:19: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro] 251296 | nCmp = (u32)MIN(nNew, nTerm-nMatch); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ 15573 | # define MIN(A,B) ((A)<(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:251364:35: warning: implicit conversion loses integer precision: 'i64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 251364 | pIter->iTermLeafOffset = pIter->iLeafOffset; | ~ ~~~~~~~^~~~~~~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:252171:18: warning: implicit conversion loses integer precision: 'i64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 252171 | pNew->nSeg = nSlot; | ~ ^~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:252301:16: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro] 252301 | int nChunk = MIN(nRem, pSeg->pLeaf->szLeaf - pSeg->iLeafOffset); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ 15573 | # define MIN(A,B) ((A)<(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:252326:16: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro] 252326 | nChunk = MIN(nRem, pData->szLeaf - 4); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ 15573 | # define MIN(A,B) ((A)<(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:252301:46: warning: implicit conversion loses integer precision: 'i64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 252301 | int nChunk = MIN(nRem, pSeg->pLeaf->szLeaf - pSeg->iLeafOffset); | ~~~~~~ ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:252423:32: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] 252423 | pIter->base.nData = p-aCopy; | ~ ~^~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:252543:30: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] 252543 | pIter->base.nData = aOut - pIter->poslist.p; | ~ ~~~~~^~~~~~~~~~~~~~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:252670:14: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro] 252670 | nSeg = MIN(pStruct->aLevel[iLevel].nSeg, nSegment); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ 15573 | # define MIN(A,B) ((A)<(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:253176:14: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro] 253176 | int nMin = MIN(pPage->term.n, nTerm); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ 15573 | # define MIN(A,B) ((A)<(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:253651:38: warning: implicit conversion loses integer precision: 'i64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 253651 | int nPercent = (nTomb * 100) / nEntry; | ~~~~~~~~ ~~~~~~~~~~~~~~^~~~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:254128:17: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro] 254128 | nPrefix = MIN(nPrefix, nPrefix2); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ 15573 | # define MIN(A,B) ((A)<(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:254185:51: warning: implicit conversion loses integer precision: 'i64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 254185 | fts5DataWrite(p, iId, pTerm->p, iTermOff+nTermIdx); | ~~~~~~~~~~~~~ ~~~~~~~~^~~~~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:254574:20: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro] 254574 | pNew->nLevel = MIN(pStruct->nLevel+1, FTS5_MAX_LEVEL); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ 15573 | # define MIN(A,B) ((A)<(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:255239:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro] 255239 | int n1 = MIN(nHalf, pT->nMap-i1); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ 15573 | # define MIN(A,B) ((A)<(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:255240:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro] 255240 | int n2 = MIN(nHalf, pT->nMap-i1-n1); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ 15573 | # define MIN(A,B) ((A)<(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:255239:22: warning: implicit conversion loses integer precision: 'i64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 255239 | int n1 = MIN(nHalf, pT->nMap-i1); | ~~ ^~~~~ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:255239:37: warning: implicit conversion loses integer precision: 'i64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 255239 | int n1 = MIN(nHalf, pT->nMap-i1); | ~~ ~~~~~~~~^~~ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:255240:22: warning: implicit conversion loses integer precision: 'i64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 255240 | int n2 = MIN(nHalf, pT->nMap-i1-n1); | ~~ ^~~~~ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:255240:40: warning: implicit conversion loses integer precision: 'i64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 255240 | int n2 = MIN(nHalf, pT->nMap-i1-n1); | ~~ ~~~~~~~~~~~^~~ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:256338:12: warning: implicit conversion loses integer precision: 'i64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 256338 | i2 = pT->nMap; | ~ ~~~~^~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:256693:22: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro] 256693 | int nSlotPerPage = MAX(MINSLOT, (p->pConfig->pgsz - 8) / szKey); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 218 | #define MAX(a, b) (((a)>(b))?(a):(b)) | ^ 15576 | # define MAX(A,B) ((A)>(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:256723:13: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro] 256723 | nSlot = MAX(nElem*4, MINSLOT); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 218 | #define MAX(a, b) (((a)>(b))?(a):(b)) | ^ 15576 | # define MAX(A,B) ((A)>(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:257241:53: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro] 257241 | res = fts5Memcmp(&pLeaf->p[iOff], zIdxTerm, MIN(nTerm, nIdxTerm)); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ 15573 | # define MIN(A,B) ((A)<(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:259152:40: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] 259152 | pSorter->aIdx[i] = &aBlob[nBlob] - a; | ~ ~~~~~~~~~~~~~~^~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:261897:38: warning: implicit conversion loses integer precision: 'i64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 261897 | sqlite3_result_text(pCtx, zText, nText, SQLITE_TRANSIENT); | ~~~~~~~~~~~~~~~~~~~ ^~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:261920:38: warning: implicit conversion loses integer precision: 'i64' (aka 'long long') to 'int' [-Wshorten-64-to-32] 261920 | sqlite3_result_blob(pCtx, pBlob, nBlob, sqlite3_free); | ~~~~~~~~~~~~~~~~~~~ ^~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:264142:19: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] 264142 | is = zCsr - (unsigned char*)pText; | ~ ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:264149:21: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] 264149 | is = zCsr - (unsigned char*)pText; | ~ ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:264199:17: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] 264199 | ie = zCsr - (unsigned char*)pText; | ~ ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:264203:37: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] 264203 | rc = xToken(pCtx, 0, aFold, zOut-aFold, is, ie); | ~~~~~~ ~~~~^~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:265030:24: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] 265030 | aStart[ii] = zIn - (const unsigned char*)pText; | ~ ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:265052:19: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] 265052 | iNext = zIn - (const unsigned char*)pText; | ~ ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:265062:36: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] 265062 | rc = xToken(pCtx, 0, aBuf, zOut-aBuf, aStart[0], iNext); | ~~~~~~ ~~~~^~~~~ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:266727:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro] 266727 | int nCmp = MIN(nTerm, pCsr->nLeTerm); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ 15573 | # define MIN(A,B) ((A)<(B)?(A):(B)) | ^ /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:266801:20: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro] 266801 | int nCmp = MIN(nTerm, pCsr->nLeTerm); | ^ In module 'Darwin' imported from /Users/mac/Desktop/TP/CMS/planxo/macos/Pods/sqlite3/sqlite-src-3520000/sqlite3.c:27675: 215 | #define MIN(a, b) (((a)<(b))?(a):(b)) | ^ 15573 | # define MIN(A,B) ((A)<(B)?(A):(B)) | ^ 192 warnings generated. ✓ Built build/macos/Build/Products/Debug/planxo.app 2026-03-10 10:28:26.480 planxo[25765:2717534] Running with merged UI and platform thread. Experimental. Failed to foreground app; open returned 1 Debug service listening on ws://127.0.0.1:51205/6sznUIvsZIU=/ws Syncing files to device macOS... flutter: *** sqflite warning *** You are changing sqflite default factory. Be aware of the potential side effects. Any library using sqflite will have this factory as the default for all operations. *** sqflite warning *** flutter: Device ID created: 34264b4d-8303-4593-af2d-49c90fc4689b flutter: Updated URLs for client cms: https://cms.techpremedia.com flutter: Updated URLs for client cms: https://cms.techpremedia.com flutter: Attempting WebSocket connect to: wss://cms.techpremedia.com/ws?apiKey=aasdf345scwe&unique_id=34264b4d-8303-4593-af2d-49c90fc4689b flutter: Connected to WS at wss://cms.techpremedia.com/ws?apiKey=aasdf345scwe&unique_id=34264b4d-8303-4593-af2d-49c90fc4689b flutter: Successfully opened URL with open command flutter: Successfully opened URL with open command flutter: Auth transient: Invalid or expired auth key flutter: Updated URLs for client cms: https://cms.techpremedia.com flutter: Successfully opened URL with open command flutter: Successfully opened URL with open command flutter: Starting periodic sync every 30 minutes flutter: Skipping periodic sync - not ready (auth: true, project: false)