Files
nethack/src
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
2006-04-02 07:35:30 +00:00
2006-06-01 04:27:35 +00:00
2006-05-21 05:32:16 +00:00
2006-05-13 04:57:52 +00:00
2005-12-06 03:19:33 +00:00
2005-12-15 03:48:09 +00:00
2006-05-13 20:19:06 +00:00
2006-05-13 20:19:06 +00:00
2006-05-25 03:44:34 +00:00
2006-06-11 18:27:55 +00:00
2006-03-12 04:43:28 +00:00
2006-06-22 04:08:40 +00:00
2006-06-22 04:08:40 +00:00
2006-04-25 04:08:22 +00:00
2006-04-14 16:23:56 +00:00
2005-06-23 03:48:14 +00:00
2006-05-11 03:26:55 +00:00
2006-06-11 18:27:55 +00:00
2006-04-15 02:14:36 +00:00
2005-03-25 18:00:00 +00:00
2006-05-09 23:10:22 +00:00
2006-05-27 04:13:20 +00:00
2006-03-12 04:43:28 +00:00
2006-05-30 04:07:34 +00:00
2006-05-09 23:10:22 +00:00
2006-06-20 02:31:37 +00:00
2006-03-09 05:39:38 +00:00
2005-12-31 06:19:04 +00:00
2006-05-12 02:27:52 +00:00
2006-03-12 04:43:28 +00:00
2006-04-14 16:23:56 +00:00
2006-04-06 05:57:50 +00:00
2006-04-25 04:08:22 +00:00
2005-12-15 04:52:43 +00:00
2006-02-23 05:10:21 +00:00
2006-05-11 03:26:55 +00:00
2005-06-18 04:38:50 +00:00
2006-03-12 04:43:28 +00:00
2006-06-13 03:15:03 +00:00
2006-06-22 04:08:40 +00:00
2006-04-14 16:23:56 +00:00
2006-06-11 04:00:40 +00:00
2006-05-18 02:50:33 +00:00
2006-06-14 02:53:13 +00:00
2005-01-23 19:59:21 +00:00
2006-06-03 17:48:22 +00:00
2006-06-07 01:46:41 +00:00
2006-06-22 04:57:27 +00:00
2006-05-12 00:30:32 +00:00
2006-06-11 18:27:55 +00:00
2006-05-09 23:10:22 +00:00
2006-04-14 16:23:56 +00:00
2006-04-14 16:23:56 +00:00
2006-05-09 23:10:22 +00:00
2006-06-17 04:43:44 +00:00
2005-11-06 06:10:32 +00:00
2006-06-22 05:03:48 +00:00
2006-06-11 18:27:55 +00:00
2006-06-11 06:09:35 +00:00
2006-06-17 04:43:44 +00:00
2006-06-11 18:27:55 +00:00
2005-07-17 05:00:25 +00:00
2005-04-09 03:23:17 +00:00
2006-05-09 23:10:22 +00:00