Suppress/fix some msvc and gcc compiler warnings ([57494]).

[SVN r60291]
This commit is contained in:
Daniel James
2010-03-07 12:13:29 +00:00
parent e30889304c
commit 8af4250c3c
5 changed files with 18 additions and 7 deletions

View File

@@ -70,7 +70,7 @@ struct ref_wrapper
struct copy_counter {
static int count_;
copy_counter(copy_counter const& other) {
copy_counter(copy_counter const& /*other*/) {
++count_;
}
copy_counter() {}