Complete.Org: Mailing Lists: Archives: freeciv-dev: March 2002:
[Freeciv-Dev] suppress unused warnings
Home

[Freeciv-Dev] suppress unused warnings

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Freeciv-Dev <freeciv-dev@xxxxxxxxxxx>
Subject: [Freeciv-Dev] suppress unused warnings
From: Mike Kaufman <kaufman@xxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 30 Mar 2002 17:02:32 -0600

here's a quick little patch to suppress the unused warning that
registry.c kicks out. This is really annoying if you have say a new
civclientrc (with cma) and are using an old client. This spits out the
warnings if the log level is set to LOG_VERBOSE.

We can get rid of all the code in savegame.c that suppresses these
warnings with this patch.

Does anyone have a problem with it?

-mike

Attachment: unused.diff
Description: Text document


[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] suppress unused warnings, Mike Kaufman <=