From 3fbcb78b998a1573be277929774a63733bc70ce1 Mon Sep 17 00:00:00 2001 From: Meep-Eep Date: Sat, 23 Jan 2010 22:17:08 +0000 Subject: [PATCH] Fix warnings. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3513 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/uqm/planets/planets.c | 2 +- sc2/src/uqm/planets/scan.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sc2/src/uqm/planets/planets.c b/sc2/src/uqm/planets/planets.c index 98a5ad3a3..6132c361b 100644 --- a/sc2/src/uqm/planets/planets.c +++ b/sc2/src/uqm/planets/planets.c @@ -75,7 +75,7 @@ CreatePlanetContext (void) UnlockMutex (GraphicsLock); } -void +static void DestroyPlanetContext (void) { if (PlanetContext) diff --git a/sc2/src/uqm/planets/scan.c b/sc2/src/uqm/planets/scan.c index d77d88a91..c6eded1a2 100644 --- a/sc2/src/uqm/planets/scan.c +++ b/sc2/src/uqm/planets/scan.c @@ -536,7 +536,7 @@ drawPlanetCursor (BOOLEAN filled) DrawStamp (&s); } -void +static void setPlanetCursorLoc (POINT new_pt) { new_pt.x >>= MAG_SHIFT;