comparison notes.txt @ 5934:e2fae7783046 cygwin

lots of use of EMACS_INT, a few others, to eliminate all pointer truncation warnings
author Henry Thompson <ht@markup.co.uk>
date Sat, 12 Dec 2015 19:08:46 +0000
parents c1e8f3294298
children d5eb0914ca1f
comparison
equal deleted inserted replaced
5933:c1e8f3294298 5934:e2fae7783046
356 systime.h 356 systime.h
357 357
358 Now getting 2192 conversion warnings, makes me v. nervous! 358 Now getting 2192 conversion warnings, makes me v. nervous!
359 359
360 But it runs. . . 360 But it runs. . .
361
362 Using various means to locate and attempt to correct warnings. Have
363 now eliminated all pointer truncation warnings. 1254 remain, of which
364 1246 are conversion from [64 bits] to [32 bits], possible loss of data