Re: [Mingw-w64-public] [Patch] Suppress lto warnings from pseudo-reloc.c

2021-08-26 Thread JonY via Mingw-w64-public
On 8/26/21 2:08 PM, LIU Hao wrote: 在 2021-08-26 18:01, JonY via Mingw-w64-public 写道: Make the variable type similar in __ImageBase in pesect.c. Patch OK? LGTM. Thanks. Done, pushed to master. OpenPGP_signature Description: OpenPGP digital signature

Re: [Mingw-w64-public] [Patch] Suppress lto warnings from pseudo-reloc.c

2021-08-26 Thread LIU Hao
在 2021-08-26 18:01, JonY via Mingw-w64-public 写道: Make the variable type similar in __ImageBase in pesect.c. Patch OK? LGTM. Thanks. -- Best regards, LIU Hao OpenPGP_signature Description: OpenPGP digital signature ___ Mingw-w64-public mailing

[Mingw-w64-public] [Patch] Suppress lto warnings from pseudo-reloc.c

2021-08-26 Thread JonY via Mingw-w64-public
Make the variable type similar in __ImageBase in pesect.c. Patch OK? From 648a40d3e667404702d6114ce7530d712f76400c Mon Sep 17 00:00:00 2001 From: Jonathan Yong <10wa...@gmail.com> Date: Thu, 26 Aug 2021 09:56:24 + Subject: [PATCH] pseudo-reloc.c: fix lto symbol warning Signed-off-by: Jonathan