From 1d6ab6a153db511f05416e60c79868a179ebf3e5 Mon Sep 17 00:00:00 2001 From: celestar Date: Tue, 21 Dec 2004 19:07:23 +0000 Subject: [PATCH] (svn r1207) -Fix: Compiler warning due to the modified catchment areas --- airport_gui.c | 1 + 1 file changed, 1 insertion(+) diff --git a/airport_gui.c b/airport_gui.c index 2c7f035f62..7aaf5a6658 100644 --- a/airport_gui.c +++ b/airport_gui.c @@ -153,6 +153,7 @@ static void BuildAirportPickerWndProc(Window *w, WindowEvent *e) case AT_LARGE: rad = CA_AIR_LARGE; break; case AT_METROPOLITAN: rad = CA_AIR_METRO; break; case AT_INTERNATIONAL: rad = CA_AIR_INTER; break; + default: rad = 4; break; } } else { rad = 4;