[Libreoffice-commits] .: solenv/inc

Fridrich Strba fridrich at kemper.freedesktop.org
Sun Feb 6 06:28:48 PST 2011


 solenv/inc/os2gcci.mk  |    2 +-
 solenv/inc/unxsoli4.mk |    2 +-
 solenv/inc/unxsols4.mk |    2 +-
 solenv/inc/unxsolu4.mk |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 980a776151e03cd6c379124abcd247fd06f2f243
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Sun Feb 6 15:28:28 2011 +0100

    little comment cleanum

diff --git a/solenv/inc/os2gcci.mk b/solenv/inc/os2gcci.mk
index 46dcba2..ec4d341 100644
--- a/solenv/inc/os2gcci.mk
+++ b/solenv/inc/os2gcci.mk
@@ -128,7 +128,7 @@ CFLAGSOUTOBJ=-o
 #   (this_type(p).swap(*this))
 # - truncwarn: "conversion of 64 bit type value to smaller type causes
 #   truncation" at least with CC 5.8 is reported only at the end of a
-#   compilation unit that uses std::hash_map<sal_Int64, sal_Int64> (see
+#   compilation unit that uses boost::unordered_map<sal_Int64, sal_Int64> (see
 #   sfx2/source/toolbox/imgmgr.cxx:1.27) and thus unfortunately needs to be
 #   disabled globally
 CFLAGSWARNCC=
diff --git a/solenv/inc/unxsoli4.mk b/solenv/inc/unxsoli4.mk
index 3c7e477..6d958a0 100644
--- a/solenv/inc/unxsoli4.mk
+++ b/solenv/inc/unxsoli4.mk
@@ -87,7 +87,7 @@ CFLAGSOUTOBJ=-o
 #   (this_type(p).swap(*this))
 # - truncwarn: "conversion of 64 bit type value to smaller type causes
 #   truncation" at least with CC 5.8 is reported only at the end of a
-#   compilation unit that uses std::hash_map<sal_Int64, sal_Int64> (see
+#   compilation unit that uses boost::unordered_map<sal_Int64, sal_Int64> (see
 #   sfx2/source/toolbox/imgmgr.cxx:1.27) and thus unfortunately needs to be
 #   disabled globally
 # - wnoretvalue: warning about the last statement of a function not
diff --git a/solenv/inc/unxsols4.mk b/solenv/inc/unxsols4.mk
index dbe9a22..37abd3d 100644
--- a/solenv/inc/unxsols4.mk
+++ b/solenv/inc/unxsols4.mk
@@ -93,7 +93,7 @@ CFLAGSOUTOBJ=-o
 #   (this_type(p).swap(*this))
 # - truncwarn: "conversion of 64 bit type value to smaller type causes
 #   truncation" at least with CC 5.8 is reported only at the end of a
-#   compilation unit that uses std::hash_map<sal_Int64, sal_Int64> (see
+#   compilation unit that uses boost::unordered_map<sal_Int64, sal_Int64> (see
 #   sfx2/source/toolbox/imgmgr.cxx:1.27) and thus unfortunately needs to be
 #   disabled globally
 # - wnoretvalue: warning about the last statement of a function not 
diff --git a/solenv/inc/unxsolu4.mk b/solenv/inc/unxsolu4.mk
index 8ef4e7e..406c211 100644
--- a/solenv/inc/unxsolu4.mk
+++ b/solenv/inc/unxsolu4.mk
@@ -92,7 +92,7 @@ CFLAGSOUTOBJ=-o
 #   (this_type(p).swap(*this))
 # - truncwarn: "conversion of 64 bit type value to smaller type causes
 #   truncation" at least with CC 5.8 is reported only at the end of a
-#   compilation unit that uses std::hash_map<sal_Int64, sal_Int64> (see
+#   compilation unit that uses boost::unordered_map<sal_Int64, sal_Int64> (see
 #   sfx2/source/toolbox/imgmgr.cxx:1.27) and thus unfortunately needs to be
 #   disabled globally
 # - wnoretvalue: "The last statement should return a value." 


More information about the Libreoffice-commits mailing list