On 04/10/12 12:47, Enlightenment SVN wrote: > Log: > e: Fix warning > > e_smart_monitor.c:1036:29: warning: ?\226?\128?\152mode?\226?\128?\153 may > be used uninitialized in this function > > Signed-off-by: Mike McCormack <[email protected]> > > Author: mike_m > Date: 2012-10-04 04:47:43 -0700 (Thu, 04 Oct 2012) > New Revision: 77427 > Trac: http://trac.enlightenment.org/e/changeset/77427 > > Modified: > trunk/e/src/modules/conf_randr/e_smart_monitor.c > > Modified: trunk/e/src/modules/conf_randr/e_smart_monitor.c > =================================================================== > --- trunk/e/src/modules/conf_randr/e_smart_monitor.c 2012-10-04 11:00:26 UTC > (rev 77426) > +++ trunk/e/src/modules/conf_randr/e_smart_monitor.c 2012-10-04 11:47:43 UTC > (rev 77427) > @@ -1033,7 +1033,7 @@ > Evas_Coord w, h, cw, ch; > Evas_Coord mx, my; > Evas_Coord nrw, nrh; > - Ecore_X_Randr_Mode_Info *mode; > + Ecore_X_Randr_Mode_Info *mode = NULL; > > ev = event; > > >
Thanks Mike :) dh ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
