[Libreoffice-commits] .: 2 commits - cui/source tail_build/prj

Michael Stahl mst at kemper.freedesktop.org
Tue Oct 11 12:20:45 PDT 2011


 cui/source/tabpages/tpcolor.cxx |    2 ++
 tail_build/prj/makefile.mk      |    1 +
 2 files changed, 3 insertions(+)

New commits:
commit a1c06ff4f270a7d240f08325198d967c09ce4c1b
Author: Michael Stahl <mstahl at redhat.com>
Date:   Tue Oct 11 21:19:24 2011 +0200

    tpcolor.cxx: unused parameter warning

diff --git a/cui/source/tabpages/tpcolor.cxx b/cui/source/tabpages/tpcolor.cxx
index c63c799..dca59c5 100644
--- a/cui/source/tabpages/tpcolor.cxx
+++ b/cui/source/tabpages/tpcolor.cxx
@@ -1297,6 +1297,7 @@ void SvxColorTabPage::SaveToViewFrame( SfxViewFrame *pViewFrame )
 
 void SvxColorTabPage::SetPropertyList( XPropertyListType t, const XPropertyListRef &xRef )
 {
+    (void) t;
     OSL_ASSERT( t == XCOLOR_LIST );
     pColorList = XColorListRef( static_cast<XColorList *>(xRef.get() ) );
 }
@@ -1308,6 +1309,7 @@ void SvxColorTabPage::SetColorList( XColorListRef pColList )
 
 XPropertyListRef SvxColorTabPage::GetPropertyList( XPropertyListType t )
 {
+    (void) t;
     OSL_ASSERT( t == XCOLOR_LIST );
     return XPropertyListRef( pColorList.get() );
 }
commit 1061899ab6d4554269ef1536d52bd26af1590e0e
Author: Michael Stahl <mstahl at redhat.com>
Date:   Tue Oct 11 21:13:42 2011 +0200

    tail_build: fix non-parallel build problem

diff --git a/tail_build/prj/makefile.mk b/tail_build/prj/makefile.mk
index 0997622..700891c 100644
--- a/tail_build/prj/makefile.mk
+++ b/tail_build/prj/makefile.mk
@@ -1 +1,2 @@
+GMAKE_MODULE_PARALLELISM := $(GMAKE_PARALLELISM) # tail_build is special!
 .INCLUDE : gbuildbridge.mk


More information about the Libreoffice-commits mailing list