1
0
forked from boostorg/core

Suppress/fix some msvc and gcc compiler warnings.

[SVN r57494]
This commit is contained in:
John Maddock
2009-11-08 18:53:59 +00:00
committed by Peter Dimov
parent 4a2d4813b3
commit 5dd164b0bc

View File

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