diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-04-24 22:24:24 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-04-24 23:56:49 +0300 |
commit | 98e12520b104ff3b7d2d35a4ba9bd96ee7fa4e72 (patch) | |
tree | 5e86af5a0d391a0bffd00a10f8bdb4e01440c329 /connectivity | |
parent | ac1a6df9c8d73583cf81f24670fcff1991f2e3c4 (diff) |
WaE: make the overloaded-virtual mess here just a warning even with -Werror
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/macab/MacabPreparedStatement.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/connectivity/source/drivers/macab/MacabPreparedStatement.hxx b/connectivity/source/drivers/macab/MacabPreparedStatement.hxx index 15443ef7636c..c3875873970c 100644 --- a/connectivity/source/drivers/macab/MacabPreparedStatement.hxx +++ b/connectivity/source/drivers/macab/MacabPreparedStatement.hxx @@ -36,6 +36,10 @@ #include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp> #include <cppuhelper/implbase4.hxx> +#ifdef __clang__ +#pragma clang diagnostic warning "-Woverloaded-virtual" +#endif + namespace connectivity { namespace macab |