# HG changeset patch # User Mark Doliner # Date 1137037722 0 # Node ID 8ac4025810abb76dffed3cdd998fc9b226bc4893 # Parent 890c6429bc612216f172eb041f8192b6fd4be1ea [gaim-migrate @ 15193] Compile warning fix when not compiling with libao committer: Tailor Script diff -r 890c6429bc61 -r 8ac4025810ab 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