]> granicus.if.org Git - python/commit
Apparently some compiler gives a warning on
authorMichael W. Hudson <mwh@python.net>
Thu, 30 Jun 2005 00:02:26 +0000 (00:02 +0000)
committerMichael W. Hudson <mwh@python.net>
Thu, 30 Jun 2005 00:02:26 +0000 (00:02 +0000)
commit3095ad06505d5b0606a2b1d96a624ba0d9db921e
tree3b13936e9f87df23e7b4552eb330051fdf6f4167
parent3296e696db4e46f63f7a5348ac977b2b0a32ecbc
Apparently some compiler gives a warning on

float y = x;

when x is a double.  Go figure.
Objects/floatobject.c