diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-06 15:28:28 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-06 15:28:28 +0100 |
commit | ebbe8c23f7f9607e8894ed7e8ad58304cd759e36 (patch) | |
tree | c977f37c260bf4860d3bd942fe5c31d5b90235cb | |
parent | a15f4939aeb22b3740067a44b490974af91a5dfb (diff) |
little comment cleanum
-rw-r--r-- | solenv/inc/os2gcci.mk | 2 | ||||
-rw-r--r-- | solenv/inc/unxsoli4.mk | 2 | ||||
-rw-r--r-- | solenv/inc/unxsols4.mk | 2 | ||||
-rw-r--r-- | solenv/inc/unxsolu4.mk | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/solenv/inc/os2gcci.mk b/solenv/inc/os2gcci.mk index 46dcba24aaa1..ec4d3410e652 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 3c7e477875ca..6d958a0b1a24 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 dbe9a226f8b2..37abd3d8ddce 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 8ef4e7eba978..406c211e82c1 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." |