aboutsummaryrefslogtreecommitdiff
path: root/odb/odb.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-02-10 19:30:56 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-02-10 19:30:56 +0200
commitd23fa56895c00c4bc8d9e8e4606ba22e8ee72b31 (patch)
treeea298a70a35f507503ec71fed4fd254a1f361185 /odb/odb.cxx
parent637d5eda177b94ec8bb42d51e587eadaf92f761b (diff)
Suppress some warnings
Diffstat (limited to 'odb/odb.cxx')
-rw-r--r--odb/odb.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/odb/odb.cxx b/odb/odb.cxx
index a1f6209..577a904 100644
--- a/odb/odb.cxx
+++ b/odb/odb.cxx
@@ -68,8 +68,10 @@ path_search (path const&);
static path
driver_path (path const& driver);
+#ifndef ODB_STATIC_PLUGIN
static path
plugin_path (path const& driver);
+#endif
//
// Process manipulation.