Re: [CODE]trouble in comm.c

From: George Greer (greerga@circlemud.org)
Date: 11/09/00


On Thu, 9 Nov 2000, Lewis, Jason wrote:

>'i' is used immediately, so it shouldn't be unused.
>
>It would help to copy & paste the actualy compiler warnings.
>
>
>I use CYGWIN so it won't allow me to cut and paste from it.
>
>says comm.c 'socklen_t' unused variable

socklen_t is a variable type so you have a very confused compiler.

Did you change it to:

        int socklen_t, i;

perhaps? That's the only thing I can think of to do that

--
George Greer
greerga@circlemud.org


     +------------------------------------------------------------+
     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
     |  http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html  |
     +------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 04/11/01 PDT