bitvectors issues?

From: Mathew Earle Reuther (graymere@zipcon.net)
Date: 07/10/02


After changing bitvector_t to unsigned long long int:

gcc -g -O2 -Wall    -c -o genzon.o genzon.c
genzon.c: In function `create_new_zone':
genzon.c:81: warning: comparison is always false due to limited range of
data type
genzon.c: In function `save_zone':
genzon.c:345: warning: comparison is always false due to limited range of
data type

some relevant code:
  if (vzone_num < 0) {
    *error = "You can't make negative zones.\r\n";
    return NOWHERE;

Are these just useless now?  As in, should I junk them?  Or did I do
something wrong when I changed bitvector_t?

-Mathew

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   | Newbie List:  http://groups.yahoo.com/group/circle-newbies/   |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 06/25/03 PDT