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 /solenv/inc/unxsols4.mk | |
parent | a15f4939aeb22b3740067a44b490974af91a5dfb (diff) |
little comment cleanum
Diffstat (limited to 'solenv/inc/unxsols4.mk')
-rw-r--r-- | solenv/inc/unxsols4.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |