On Sun, 13 Mar 2005 23:11:13 -0500 Craig Hurley <[EMAIL PROTECTED]> babbled:
(B
(B> I got these warnings thru -Wall
(B
(Booh all bad (btw - can u attach patches, not paste them inline in the mail? then
(Bmailers wont do things like linewrap the patch... :) fixed anyway :)
(B
(B> e_gadman.c: In function `_e_gadman_client_overlap_deny':
(B> e_gadman.c:721: warning: `gmc2' might be used uninitialized in this function
(B> e_gadman.c:780: warning: `gmc2' might be used uninitialized in this function
(B> e_gadman.c:838: warning: `gmc2' might be used uninitialized in this function
(B>
(B> gmc2 was having values assigned after being tested against. moved before
(Btest.
(B>
(B>
(B> Index: e17/apps/e/src/bin/e_gadman.c
(B> ===================================================================
(B> RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_gadman.c,v
(B> retrieving revision 1.24
(B> diff -u -r1.24 e_gadman.c
(B> --- e17/apps/e/src/bin/e_gadman.c 21 Feb 2005 16:16:39 -0000 1.24
(B> +++ e17/apps/e/src/bin/e_gadman.c 14 Mar 2005 02:28:44 -0000
(B> @@ -719,10 +719,10 @@
(B> for (l = gmc->zone->container->gadman->clients; l; l = l->next)
(B> {
(B> E_Gadman_Client *gmc2;
(B> -
(B> +
(B> + gmc2 = l->data;
(B> if (gmc != gmc2)
(B> {
(B> - gmc2 = l->data;
(B> if ((E_SPANS_COMMON(gmc->x, gmc->w, gmc2->x, gmc2->w))
(B&&
(B> (E_SPANS_COMMON(gmc->y, gmc->h, gmc2->y, gmc2->h)))
(B> {
(B> @@ -778,10 +778,10 @@
(B> for (l = gmc->zone->container->gadman->clients; l; l = l->next)
(B> {
(B> E_Gadman_Client *gmc2;
(B> -
(B> +
(B> + gmc2 = l->data;
(B> if (gmc != gmc2)
(B> {
(B> - gmc2 = l->data;
(B> if ((E_SPANS_COMMON(gmc->x, gmc->w, gmc2->x, gmc2->w))
(B&&
(B> (E_SPANS_COMMON(gmc->y, gmc->h, gmc2->y, gmc2->h)))
(B> {
(B> @@ -836,10 +836,10 @@
(B> for (l = gmc->zone->container->gadman->clients; l; l = l->next)
(B> {
(B> E_Gadman_Client *gmc2;
(B> -
(B> +
(B> + gmc2 = l->data;
(B> if (gmc != gmc2)
(B> {
(B> - gmc2 = l->data;
(B> if ((E_SPANS_COMMON(gmc->x, gmc->w, gmc2->x, gmc2->w)) &&
(B> (E_SPANS_COMMON(gmc->y, gmc->h, gmc2->y, gmc2->h)))
(B>
(B>
(B>
(B>
(B> -------------------------------------------------------
(B> SF email is sponsored by - The IT Product Guide
(B> Read honest & candid reviews on hundreds of IT Products from real users.
(B> Discover which products truly live up to the hype. Start reading now.
(B> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
(B> _______________________________________________
(B> enlightenment-devel mailing list
(B> [email protected]
(B> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
(B>
(B
(B
(B--
(B------------- Codito, ergo sum - "I code, therefore I am" --------------
(BThe Rasterman (Carsten Haitzler) [EMAIL PROTECTED]
$BMg9%B?(B [EMAIL PROTECTED]
(BTokyo, Japan ($BEl5~(B $BF|K\(B)
(B
(B
(B-------------------------------------------------------
(BSF email is sponsored by - The IT Product Guide
(BRead honest & candid reviews on hundreds of IT Products from real users.
(BDiscover which products truly live up to the hype. Start reading now.
(Bhttp://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
(B_______________________________________________
(Benlightenment-devel mailing list
([email protected]
(Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-devel