Complete.Org: Mailing Lists: Archives: freeciv-dev: August 2003:
[Freeciv-Dev] (PR#4814) compile warning in effect.c
Home

[Freeciv-Dev] (PR#4814) compile warning in effect.c

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] (PR#4814) compile warning in effect.c
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 10 Aug 2003 18:42:29 -0700
Reply-to: rt@xxxxxxxxxxxxxx

log.h:72: warning: `logdebug_check' defined but not used

? rc
Index: common/effects.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/common/effects.c,v
retrieving revision 1.1
diff -u -r1.1 effects.c
--- common/effects.c    2003/08/10 13:46:14     1.1
+++ common/effects.c    2003/08/11 01:41:57
@@ -21,7 +21,6 @@
 #include "game.h"
 #include "government.h"
 #include "improvement.h"
-#include "log.h"
 #include "map.h"
 #include "mem.h"
 #include "support.h"

[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#4814) compile warning in effect.c, Jason Short <=