Skip to content

Commit 0fcdca6

Browse files
Fix warning by removing unused variable.
1 parent 9223b91 commit 0fcdca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/dynamic-graph/command-bind.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ makeCommandReturnType0(E &entity, ReturnType (E::*function)(void),
434434

435435
template <typename ReturnType>
436436
inline std::string docCommandReturnType0(const std::string &doc,
437-
const std::string &return_type) {
437+
const std::string & /* return_type */) {
438438
return std::string("\n") + doc + "\n\nNo input.\n" +
439439
typeid(ReturnType).name() + " return.\n\n";
440440
}

0 commit comments

Comments
 (0)