zfigura / wine

Other
87 stars 16 forks source link

server/esync.c:272:75: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'off_t' {aka 'long long int'} [-Wformat=] #22

Closed Hello71 closed 5 years ago

Hello71 commented 5 years ago

in 32-bit mode, off_t is long long. minor issue but worth fixing.

zfigura commented 5 years ago

in 32-bit mode, off_t is long long. minor issue but worth fixing.

Says you ;-)

More seriously, I'm not inclined to think so; anyway there are bigger problems with the patch set.