[20:12:41] <Dominus> wjp, do you think using ptrdiff_t instead of size_t in the three warnings is ok and committable? and any ideas on the other errors?
[20:16:11] <wjp> the four in files/utils.h?
[20:16:21] <Dominus> yes, the four
[20:16:27] <wjp> I'd probably just use int there
[20:16:58] <Dominus> how'd that look?
[20:17:08] <wjp> int instead of size_t
[20:17:24] <Dominus> ok
[20:17:46] <wjp> the ones about ?: all need extra parentheses
[20:17:57] <wjp> but I should probably do those
[20:18:58] <Dominus> yes, looks glibberishly to me :)
[20:22:10] <wjp> hm, some of these aren't so clear
[20:22:56] <Dominus> :(
[21:01:20] <Dominus> sometimes starting up a game in exult gives a warm feeling :)
[21:19:29] <wjp> Dominus: try this? http://www.usecode.org/exult/exult_clang.patch
[21:23:08] <Dominus> building...
[21:27:58] <Dominus> thanks wjp, no further warning (except the style ones)
[21:28:10] <Dominus> (and png deprecated one)
[21:29:03] <Dominus> should I commit or will you?
[21:39:01] <wjp> I'll commit
[21:40:14] <Dominus> thanks again