Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/notes.txt Thu Dec 10 17:55:59 2015 +0000 +++ b/notes.txt Sat Dec 12 19:08:46 2015 +0000 @@ -358,3 +358,7 @@ Now getting 2192 conversion warnings, makes me v. nervous! But it runs. . . + +Using various means to locate and attempt to correct warnings. Have +now eliminated all pointer truncation warnings. 1254 remain, of which +1246 are conversion from [64 bits] to [32 bits], possible loss of data