diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-13 16:34:18 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-18 17:19:16 +0100 |
commit | 6b26ed763f618a5f4c8fd21be0980a46c907bfe6 (patch) | |
tree | 4582a8e112b3c7492ee107adb7e33a4db04aaa97 /bridges/source | |
parent | 4cc07334fd9a386cafa414279a62445d7124c06e (diff) |
-Werror,-Wunused-private-field
Change-Id: I590f8aa06b193e789de86435038d799cf219ffd6
Diffstat (limited to 'bridges/source')
-rw-r--r-- | bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx b/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx index d01f6cd50ac6..120ac49e66a1 100644 --- a/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx +++ b/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx @@ -340,6 +340,7 @@ private: __type_info::~__type_info() throw () { + (void)_m_data; } class __type_info_descriptor |