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

List:       helix-video-dev
Subject:    [Video-dev] [video-patch] CR-Eliminate member init order warnings
From:       "Daniel Kurejwowski" <dkurejwowski () dextratech ! com>
Date:       2005-03-03 18:14:16
Message-ID: LLEIKEIEKMHHFOCIOBJHEEMHCCAA.dkurejwowski () dextratech ! com
[Download RAW message or body]

CR-Warnings removal
Modified by:dkurejwowski@dextratech.com

Reviewed by:

Date:3/3/2005 10:06:32 AM

Project:Helix Symbian Port

Synopsis:Warnings removal

Overview:
Reordered member initializators to avoid Symbian compiler warnings

sitelib/minisurf.cpp
vidutil/coloracc.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.

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

? colconverter/Makefile
? colconverter/Umakefil.upp
? colconverter/symumake.mak
? colconverter/symumake.upp
? colconverter/thumb-rel32
? site/Makefile
? site/Umakefil.upp
? site/rlink
? site/thumb-rel32
? site/vidsite.def
? site/vidsite.lnk
? site/vidsite.uid.cpp
? site/vidsite_dll_stub.c
? site/vidsite_ordinal.dat
? sitelib/Makefile
? sitelib/Umakefil.upp
? sitelib/sitecreatelib.mak
? sitelib/sitecreatelib.upp
? sitelib/sitelib.mak
? sitelib/sitelib.upp
? sitelib/thumb-rel32
? sitelib/pub/.new.RPSL.txt
? vidutil/Makefile
? vidutil/Umakefil.upp
? vidutil/thumb-rel32
Index: sitelib/minisurf.cpp
===================================================================
RCS file: /cvsroot/video/sitelib/minisurf.cpp,v
retrieving revision 1.25
diff -u -r1.25 minisurf.cpp
--- sitelib/minisurf.cpp	9 Jul 2004 18:35:36 -0000	1.25
+++ sitelib/minisurf.cpp	26 Feb 2005 02:01:05 -0000
@@ -77,8 +77,8 @@
        ,  m_pSite(pSite)
        ,  m_pOptimizedFormat(NULL)
        ,  m_nSrcCID(CID_UNKNOWN)
-       ,  m_nDstBuffers(0)
        ,  m_fpColorConverter(NULL)
+       ,  m_nDstBuffers(0)
        ,  m_pImageHelper(NULL)
 {
     memset(&m_dstBufSize, 0, sizeof(m_dstBufSize));
Index: vidutil/coloracc.cpp
===================================================================
RCS file: /cvsroot/video/vidutil/coloracc.cpp,v
retrieving revision 1.9
diff -u -r1.9 coloracc.cpp
--- vidutil/coloracc.cpp	9 Jul 2004 18:35:57 -0000	1.9
+++ vidutil/coloracc.cpp	26 Feb 2005 02:02:03 -0000
@@ -87,8 +87,8 @@
 #define WRONG_HXCOLOR_VERSION 0
 
 ColorFuncAccess::ColorFuncAccess(IUnknown* pContext)
-    : m_pDllAccess(NULL)
-    , hStatus(HXR_OK)
+    : hStatus(HXR_OK)
+    , m_pDllAccess(NULL)
     , m_fpGetHXColorGUID(NULL)
     , m_fpInitColorConverter(NULL)
     , m_fpSetColorAdjustments(NULL)


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

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