Complete.Org: Mailing Lists: Archives: freeciv-dev: November 1998:
[Freeciv-Dev] CVS: dwp: Some minor fixes indicated by Solaris cc w...
Home

[Freeciv-Dev] CVS: dwp: Some minor fixes indicated by Solaris cc w...

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxxx
Subject: [Freeciv-Dev] CVS: dwp: Some minor fixes indicated by Solaris cc w...
From: freeciv@xxxxxxxxxxxxxxxxxxxxxxxx
Date: 29 Nov 1998 07:11:01 -0000
Reply-to: freeciv-dev@xxxxxxxxxxxx

This is an automated notification of a change to freeciv cvs, 
on Sat Nov 28 23:05:04 PST 1998 = Sun Nov 29 07:05:04 1998 (GMT)
by David Pfitzner <dwp@xxxxxxxxxxxxxx>

---- Files affected:

freeciv/client finddlg.c gotodlg.c
freeciv/common game.c game.h
freeciv/server citytools.c civserver.c plrhand.c

---- Log message:

Some minor fixes indicated by Solaris cc warnings.  Removed some bad 
(void*) casts to the fourth (function) arg of qsort;  changed game.randseed 
to type int instead of RANDOM_TYPE (= uint), so the (int*) in settings can 
point to it properly, and because we can't store a non-int value in it anyway;
fixed some trivial cases of "statement not reached".


[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] CVS: dwp: Some minor fixes indicated by Solaris cc w..., freeciv <=