Commit 0fee6ce7 authored by Antony T Curtis's avatar Antony T Curtis

compile fixes

parent a062735d
......@@ -776,6 +776,7 @@ int ha_oqgraph::create(const char *name, TABLE *table_arg,
if (int res = oqgraph_check_table_structure(table_arg))
return error_code(res);
(void)(options);
return 0;
}
......
......@@ -29,6 +29,9 @@
#include "oqgraph_thunk.h"
#include "oqgraph_judy.h"
#define BOOST_NO_HASH 1
#define BOOST_NO_SLIST 1
#include <boost/graph/directed_graph.hpp>
#include <boost/graph/adjacency_iterator.hpp>
......@@ -249,6 +252,7 @@ namespace boost
typedef no_property type;
};
#if BOOST_VERSION >= 104601
template <>
struct graph_bundle_type<oqgraph3::graph>
{
......@@ -266,6 +270,7 @@ namespace boost
{
typedef no_edge_bundle type;
};
#endif
inline graph_traits<oqgraph3::graph>::vertex_descriptor
source(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment