This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] libgcc2.c:mprotect() for mingw, incompatible pointer type warning


"O.Sezer" <sezeroz@gmail.com> writes:

2009-03-13  Ozkan Sezer <sezeroz@gmail.com>
	PR/39063
	* libgcc2.c (mprotect): don't use signed arguments for
	VirtualProtect, use DWORD arguments. also fixed the 'may be
	used uninitialized' warning for the np var.

Add a blank line after your name.  Use proper capitalization.  Write the
PR number as PR target/39063 (the "target" word comes from the PR
itself).

This is OK with that ChangeLog entry.

Thanks.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]