diff options
| author | Vincent Richard <[email protected]> | 2013-03-24 16:09:52 +0100 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2013-03-24 16:09:52 +0100 |
| commit | c42a46e074baaa6e12d9272404aaef7e9bb03ae6 (patch) | |
| tree | 5098b1152e06448ac16253550b63a48dd672946f | |
| parent | Strip spaces at end of header lines (Zarafa). (diff) | |
| download | vmime-c42a46e074baaa6e12d9272404aaef7e9bb03ae6.tar.gz vmime-c42a46e074baaa6e12d9272404aaef7e9bb03ae6.zip | |
Removed workaround for old compiler.
| -rw-r--r-- | vmime/utility/smartPtr.hpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/vmime/utility/smartPtr.hpp b/vmime/utility/smartPtr.hpp index c7e7c33e..5a81afa1 100644 --- a/vmime/utility/smartPtr.hpp +++ b/vmime/utility/smartPtr.hpp @@ -126,13 +126,6 @@ protected: class null_ref { -private: - - -#pragma GCC diagnostic ignored "-Wunused-private-field" - int foo; -#pragma GCC diagnostic warning "-Wunused-private-field" - }; |
