]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR target/39063 (libgcc2.c:mprotect() for mingw, incompatible pointer type warning)
authorOzkan Sezer <sezeroz@gmail.com>
Thu, 19 Mar 2009 10:40:32 +0000 (10:40 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Thu, 19 Mar 2009 10:40:32 +0000 (10:40 +0000)
commit234952b3832aa8dd302680b1b51a0645b3c2f90f
tree48fe00893a34d67e409a9aa79c469571653f847d
parentf57c2f04ae121b2503b0b6bb93465dfe365b4d12
re PR target/39063 (libgcc2.c:mprotect() for mingw, incompatible pointer type warning)

PR target/39063
* libgcc2.c (mprotect): Do not use signed arguments for
VirtualProtect, use DWORD arguments.  Also fix the 'may
be used uninitialized' warning for the np variable.

From-SVN: r144957
gcc/ChangeLog
gcc/libgcc2.c