summaryrefslogtreecommitdiff
path: root/src/context
diff options
context:
space:
mode:
Diffstat (limited to 'src/context')
-rw-r--r--src/context/cdlist_forward.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context/cdlist_forward.h b/src/context/cdlist_forward.h
index d7b1cbc61..1cdbab7cb 100644
--- a/src/context/cdlist_forward.h
+++ b/src/context/cdlist_forward.h
@@ -42,7 +42,7 @@ namespace context {
template <class T>
class DefaultCleanUp {
public:
- inline void operator()(T* t) const{}
+ inline void operator()(T* t CVC4_UNUSED) const{}
};
template <class T, class CleanUp = DefaultCleanUp<T>, class Allocator = std::allocator<T> >
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback