oleaut32: Correct the printf placeholder types.

Austin English austinenglish at gmail.com
Mon Dec 29 14:55:44 CST 2008


On Mon, Dec 29, 2008 at 2:49 PM, Danny Rawlins
<monster.romster at gmail.com> wrote:
> Fix between unsigned and signed types this is my first wine patch but
> you may already know me in irc as <Romster>.
>
> Also I don't find any -W compiler option to warn against incorrect
> placeholders like using a int for a string.
>
> Thanks to <arethusa> for help, I am still learning C but have patched
> many programs.
>
> Regards,
>    Danny Rawlins
>
>
>
>

I think you want to use:
CFLAGS="-Wsign-compare"

-- 
-Austin



More information about the wine-devel mailing list