Hi, After pulling the latest changes (up to [affb0019c9]), I recompiled on Windows 7 using MinGW. Below are the warnings that remain after the recent clean-up by mistashkin.
src/checkin.c: In function 'create_manifest': src/checkin.c:644:7: warning: variable 'nBasename' set but not used [-Wunused-but-set-variable] src/sqlite3.c: In function 'winShmPurge': src/sqlite3.c:34471:8: warning: variable 'bRc' set but not used [-Wunused-but-set-variable] src/cson_amalgamation.c:3737:0: warning: ignoring #pragma warning [-Wunknown-pragmas] Just wanted to let you know about this combination of platform and compiler (building including openssl and activating json). I know these are harmless, but it's my impression DRH likes clean code. Johan ___________________________________________________________________ "Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away." - A. de Saint-Exupery _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

