[Mono-devel-list] Compiler Warnings AMD64 - final
Willibald Krenn
Willibald.Krenn at gmx.at
Thu Dec 9 17:40:37 EST 2004
Willibald Krenn schrieb:
>> I'd really appreciate it if you could have a look at this ...
Changes:
- Fixed the warnings on 32bit machines by introducing some macros:
#define MPOINTER_TO_GINT64(x) ((gint64) (intptr_t) (x))
#define MPOINTER_TO_GUINT64(x) ((guint64) (uintptr_t) (x))
in intps.h and using them appropriately.
- fixed a few warnings in 'dis' module
- removed some unused variables in 'metadata' module
- changelogs now complete with author and date
- updated to svn rev 37516
With this patch applied, I'm only getting 'abnormal' warnings in the
interpreter module, but I won't touch that.
There are also quite a few warnings in the 'mono-jni' file, but I won't
fix these: "warning: cast to pointer from integer of different size"
So mono-JNI will probably not work on AMD64 I guess..
Ok, last try to get this into svn (honestly),
Willi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clean64_0912_37516_rc10_mono.diff
Type: text/x-diff
Size: 45157 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20041209/4c2735f7/attachment.bin
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: intps.h
Url: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20041209/4c2735f7/attachment.h
More information about the Mono-devel-list
mailing list