Files
nethack/include
nethack.allison d09c374239 function pointer assignment warnings in VC2005
The latest Micrsoft compilers complain when a function is
assigned to a function pointer, and the function's argument
list does not match the prototype precisely.
It was evem complaining about the difference between this:
     int x()
     {
        [...]
     }
and a prototype of
     int x(void);
when assigning that function's address to a function pointer.

This quiets those warnings, without suppressing the mismatch
check altogether for more serious mismatches.
2006-06-25 19:54:31 +00:00
..
2002-01-18 02:50:06 +00:00
2002-01-05 21:05:47 +00:00
2005-12-11 03:09:05 +00:00
2005-11-26 02:32:49 +00:00
2005-06-18 04:38:50 +00:00
2006-05-13 04:57:52 +00:00
2002-01-05 21:05:47 +00:00
2006-06-03 17:48:22 +00:00
2002-01-05 21:05:47 +00:00
2006-04-14 16:23:56 +00:00
2005-03-13 05:29:01 +00:00
2005-10-06 03:45:20 +00:00
2006-03-12 04:43:28 +00:00
2006-05-13 04:57:52 +00:00
2006-06-03 17:48:22 +00:00
2006-01-06 05:46:03 +00:00
2002-01-05 21:05:48 +00:00
2006-02-12 06:24:25 +00:00
2005-01-02 20:55:41 +00:00
2005-01-23 19:39:01 +00:00
2005-01-09 21:40:24 +00:00
2006-03-02 05:54:04 +00:00