Author: ayoung
Date: Fri Aug 27 04:08:11 2010
New Revision: 9070

URL: http://svn.slimdevices.com/jive?rev=9070&view=rev
Log:
Fix fatal warning caused by unused variables.

Modified:
    7.6/trunk/squeezeplay/src/squeezeplay/src/ui/jive_framework.c

Modified: 7.6/trunk/squeezeplay/src/squeezeplay/src/ui/jive_framework.c
URL: 
http://svn.slimdevices.com/jive/7.6/trunk/squeezeplay/src/squeezeplay/src/ui/jive_framework.c?rev=9070&r1=9069&r2=9070&view=diff
==============================================================================
--- 7.6/trunk/squeezeplay/src/squeezeplay/src/ui/jive_framework.c (original)
+++ 7.6/trunk/squeezeplay/src/squeezeplay/src/ui/jive_framework.c Fri Aug 27 
04:08:11 2010
@@ -153,9 +153,10 @@
 
 static int jiveL_initSDL(lua_State *L) {
        const SDL_VideoInfo *video_info;
+#ifndef JIVE_NO_DISPLAY
        JiveSurface *srf, *splash, *icon;
        Uint16 splash_w, splash_h;
-
+#endif
        /* logging */
        log_ui_draw = LOG_CATEGORY_GET("squeezeplay.ui.draw");
        log_ui = LOG_CATEGORY_GET("squeezeplay.ui");

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins

Reply via email to