# HG changeset patch # User Mark Doliner # Date 1137037722 0 # Node ID ac6e4ffb7dc60b4c79aa8f32611bd80430b896bd # Parent e989f8d366280455433d2c7d44f4175aa8d8f0e5 [gaim-migrate @ 15193] Compile warning fix when not compiling with libao diff -r e989f8d36628 -r ac6e4ffb7dc6 src/gtkprefs.c --- a/src/gtkprefs.c Thu Jan 12 03:43:46 2006 +0000 +++ b/src/gtkprefs.c Thu Jan 12 03:48:42 2006 +0000 @@ -1329,6 +1329,7 @@ gtk_widget_set_sensitive(vbox, strcmp(method, "none")); } +#ifdef USE_AO static void sound_changed3_cb(const char *name, GaimPrefType type, gconstpointer value, gpointer data) @@ -1342,7 +1343,8 @@ !strcmp(method, "esd") || !strcmp(method, "nas")); } -#endif +#endif /* USE_AO */ +#endif /* !_WIN32 */ static void