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:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user