|
From: Eli Z. <el...@gn...> - 2017-05-24 18:16:06
|
> From: Keith Marshall <kei...@us...> > Date: Mon, 22 May 2017 19:30:19 +0100 > > > Yes, I link libmingwex statically. > > > > ... > > > > So I hope you will find a solution that works for static linking as > > well. > > Please try the attached (modified) stdio.h; it reverts the > unsatisfactory function inlining, (so reverting to mingwrt-3.22 > behaviour), but also lays the groundwork for more appropriate -Wformat handling, (esp. with a local patch in upcoming GCC-6.3.0). Tried it. It solves the problem; hope to see it soon in some mingwrt release near me. Thanks! |