Follow-up Comment #11, bug #27809 (project make): On Mon, Jul 5, 2010 at 9:42 PM, Eli Zaretskii <e...@gnu.org> wrote: >> From: "Paul D. Smith" <invalid.nore...@gnu.org> >> Date: Mon, 05 Jul 2010 18:32:15 +0000 >> >> I've applied most of the second patch. The first patch is >> mostly in the w32 area so maybe Eli is a better person to >> review it? > > I will try to do that over the next few days. >
A note on this: The second patch contained changes to main.c which are windows specific, used to fix the following win64 warnings: main.c: In function 'handle_runtime_exceptions': main.c:685: warning: cast from pointer to integer of different size main.c:693: warning: cast from pointer to integer of different size main.c:701: warning: format '%lx' expects type 'long unsigned int', but argument 3 has type 'ULONG_PTR' main.c:701: warning: format '%lx' expects type 'long unsigned int', but argument 3 has type 'ULONG_PTR' main.c:997: warning: suggest braces around empty body in an 'else' statement main.c:998: warning: suggest braces around empty body in an 'else' statement main.c:1402: warning: initialization discards qualifiers from pointer target type To make the reviewers' lives easier, I am attaching a combined all-in-one patch, w64-all-20100705.diff. This obsoletes all the other patches attached here. In addition, it also covers the tiny patch sugggested in bug #27825 too, so bug #27825 can be closed. (file #20902) _______________________________________________________ Additional Item Attachment: File name: w64-all-20100705.diff Size:8 KB _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?27809> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ _______________________________________________ Bug-make mailing list Bug-make@gnu.org http://lists.gnu.org/mailman/listinfo/bug-make