Re: SV: [CIRCLE] [Circle] Bpl17 warnings when compiling

From: Alex (fletchra@qsilver.queensu.ca)
Date: 12/13/00


> I downloaded the circle30bpl17 and compiled it but it came up with 3
> warnings:
See my post in the archives, but essentially:

>      return;  <----THIS IS LINE 2920
>      return;    <-----THIS IS LINE 2930
Both of these should be:
   return 0;

> Comm.c<1204> Warning C4028: format parameter 1 different from declaration.
> int new_descriptor(int s)
This should be:
  int new_descriptor(socket_t s)

Ae.

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   +---------------------------------------------------------------+



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