2
0
mirror of https://github.com/boostorg/graph.git synced 2026-02-01 08:32:11 +00:00

Fixed warnings

[SVN r57559]
This commit is contained in:
Jeremiah Willcock
2009-11-11 02:57:44 +00:00
parent 9355c68e52
commit bf679e7e19

View File

@@ -77,7 +77,7 @@ namespace boost {
template <class Tag2>
inline detail::error_property_not_found
get_property_value(const no_property& p, Tag2) {
get_property_value(const no_property&, Tag2) {
return detail::error_property_not_found();
}