[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-video-dev
Subject:    [Video-dev] CR-RESEND-Warnings removal
From:       "Alberto Meza" <ameza () dextratech ! com>
Date:       2005-03-09 21:47:17
Message-ID: OAELJENFDCMGGAHMGLBLOEOOCAAA.ameza () dextratech ! com
[Download RAW message or body]

Modified by:ameza@dextratech.com
Reviewed by:
Date:3/2/2005
Project:Helix Symbian Player
Synopsis:Warnings removal

Overview:
Removed lines where unused variables appear in order to remove respective
warning.
Also add '#ifdef' directives in order to declare some variables only in the
specific platform that are used.

sitelib/platform/symbian/minisymbiansurf.cpp


Image Size and Heap Use impact: None
Platforms and Profiles Affected: symbian-70s-thumb,
helix-client-s60-advanced
Distribution Libraries Affected: None
Distribution library impact and planned action: None
Platforms and Profiles Build Verified: symbian-70s-thumb,
helix-client-s60-advanced
Platforms and Profiles Functionality verified: symbian-70s-thumb,
helix-client-s60-advanced
Branch: 150Cay


Copyright assignment:
I agree to assign to RealNetworks full copyright ownership of the code
represented by the attached patch. I warrant that I am legally entitled to
grant the copyright assignment and that my contribution does not violate any
law or breach any contract. I understand that RealNetworks may license this
code under RPSL, RCSL, and/or any other license at RealNetworks' sole
discretion.


Index: sitelib/platform/symbian/minisymbiansurf.cpp
===================================================================
RCS file: /cvsroot/video/sitelib/platform/symbian/minisymbiansurf.cpp,v
retrieving revision 1.25
diff -u -w -r1.25 minisymbiansurf.cpp
--- sitelib/platform/symbian/minisymbiansurf.cpp	11 Feb 2005 17:06:43 -0000
1.25
+++ sitelib/platform/symbian/minisymbiansurf.cpp	24 Feb 2005 22:44:12 -0000
@@ -318,7 +318,6 @@

                 //compute aspect ratio of our display window for both
                 //landscape and portrait modes.
-                int portraitAR  = windowSize.iWidth/windowSize.iHeight;
                 int landscapeAR = windowSize.iHeight/windowSize.iWidth;

                 //Now compute our current bitmap size.

["video.patch" (application/octet-stream)]

Index: sitelib/platform/symbian/minisymbiansurf.cpp
===================================================================
RCS file: /cvsroot/video/sitelib/platform/symbian/minisymbiansurf.cpp,v
retrieving revision 1.25
diff -u -w -r1.25 minisymbiansurf.cpp
--- sitelib/platform/symbian/minisymbiansurf.cpp	11 Feb 2005 17:06:43 -0000	1.25
+++ sitelib/platform/symbian/minisymbiansurf.cpp	24 Feb 2005 22:44:12 -0000
@@ -318,7 +318,6 @@
 
                 //compute aspect ratio of our display window for both
                 //landscape and portrait modes.
-                int portraitAR  = windowSize.iWidth/windowSize.iHeight;
                 int landscapeAR = windowSize.iHeight/windowSize.iWidth;
 
                 //Now compute our current bitmap size.


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic