summaryrefslogtreecommitdiff
path: root/solenv/inc/unxsolu4.mk
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-06 15:28:28 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-06 15:28:28 +0100
commitebbe8c23f7f9607e8894ed7e8ad58304cd759e36 (patch)
treec977f37c260bf4860d3bd942fe5c31d5b90235cb /solenv/inc/unxsolu4.mk
parenta15f4939aeb22b3740067a44b490974af91a5dfb (diff)
little comment cleanum
Diffstat (limited to 'solenv/inc/unxsolu4.mk')
-rw-r--r--solenv/inc/unxsolu4.mk2
1 files changed, 1 insertions, 1 deletions
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."