sqlite3.c(167291): error C4703: potentially uninitialized local pointer variable 'pNode' used sqlite3.c(168154): error C4703: potentially uninitialized local pointer variable 'pRoot' used sqlite3.c(168160): error C4703: potentially uninitialized local pointer variable 'pChild' used
Two of these are present in the 3.21.0 version. This is the amalgamated source for 3.20.1 that I tried out last night in hopes that I would get a good build. Setting the pointer values to NULL where initially declared will resolve the problem. I want to incorporate the latest SQLite3 release into my current build with no changes to the released source as evidenced by a matching SHA3 sum as published. The 3.21.0 fails that objective. I could fix it with just a couple simple edits, but that violates the integrity of the checksum. The above problem occurs in an X86 Release build using Visual Studio 2015 Pro and link time code generation. ___________________________________________ Mark C Edwards Chief Scientist, C2 Systems Engineering & Integration 779 Monika Ct Chubbuck, ID 83202 mark.c.edwa...@leidos.com Mobile: 208-241-7982 _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users