diff options
Diffstat (limited to 'primedev/logging/logging.h')
-rw-r--r-- | primedev/logging/logging.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/primedev/logging/logging.h b/primedev/logging/logging.h index 5056af27..be41cb39 100644 --- a/primedev/logging/logging.h +++ b/primedev/logging/logging.h @@ -25,6 +25,7 @@ public: void custom_log(const custom_log_msg& msg); virtual void custom_sink_it_(const custom_log_msg& msg) { + NOTE_UNUSED(msg); throw std::runtime_error("Pure virtual call to CustomSink::custom_sink_it_"); } }; |