BTW: I did look into Magic.cpp found of course in .../afkmud/src/magic.cpp
the specific line is this one: timer_data *t;
the "block " or "module" where line 1309 is, contains this:
int cnt = 1;
char_data *tmp;
list < char_data * >::iterator ich;
timer_data *t;
Is *t a typo ?
Was it maybe the programmers, coders meant to say, tmp ?
Sorry for my "fuss"
but it really bothers me, it was the only thing that pop in the compiling process...
I hope those line might help you to find what is the source of that warning.
Thank you,
Hubwired