Down to a single compiler warning, with VC++ at /W4 when compiling Angband/65. It's a pity that there are some real, game-crashing bugs, but hey! Only one compiler warning
Anyway, that warning is
warning C4550: expression evaluates to a function which is missing an argument list
for
Exactly the same warning is given when compiling Vanilla Angband (along with 1306 other warnings). I haven't the foggiest idea what could, or should, be done to placate Visual Studio in that case (I tried stuff earlier, and made 'bad things' happen )
Anyway, that warning is
warning C4550: expression evaluates to a function which is missing an argument list
for
Code:
keypress_h = askfor_aux_keypress;
Comment