Hello.

When linking SQLite into a Windows application using Microsoft Visual
C++ 2015 (v14,) I get the following errors:

Generating code
E:\sqlite-amalgamation-3130000\sqlite3.c(57057) : error C4703:
potentially uninitialized local pointer variable 'pDbPage' used
E:\sqlite-amalgamation-3130000\sqlite3.c(57124) : error C4703:
potentially uninitialized local pointer variable 'pDbPage' used
E:\sqlite-amalgamation-3130000\sqlite3.c(56103) : error C4703:
potentially uninitialized local pointer variable 'pDbPage' used
E:\sqlite-amalgamation-3130000\sqlite3.c(49290) : error C4703:
potentially uninitialized local pointer variable 'pPage' used
E:\sqlite-amalgamation-3130000\sqlite3.c(64044) : error C4703:
potentially uninitialized local pointer variable 'pOvflPage' used
E:\sqlite-amalgamation-3130000\sqlite3.c(50328) : error C4703:
potentially uninitialized local pointer variable 'pPgHdr' used
E:\sqlite-amalgamation-3130000\sqlite3.c(49457) : error C4703:
potentially uninitialized local pointer variable 'pPgHdr' used
E:\sqlite-amalgamation-3130000\sqlite3.c(59734) : error C4703:
potentially uninitialized local pointer variable 'pDbPage' used
E:\sqlite-amalgamation-3130000\sqlite3.c(65222) : error C4703:
potentially uninitialized local pointer variable 'pSrcPg' used
E:\sqlite-amalgamation-3130000\sqlite3.c(65322) : error C4703:
potentially uninitialized local pointer variable 'pPg' used
LINK : fatal error LNK1257: code generation failed


I understand this happens on VS 2013 as well. Now, I can tell it to
ignore that error number and the process completes fine, but I wanted to
point out these items in case they are unintended and represent a
possible bug or security risk.

Thank you for your time!

Sincerely,
Sean M. Pappalardo
"D.J. Pegasus"
Mixxx Developer - Controller Specialist

_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to