diff options
author | Max Kellermann <max@musicpd.org> | 2018-01-20 19:38:52 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-01-20 19:39:46 +0100 |
commit | eef5b58211066c7832777ec4c423288d7a430142 (patch) | |
tree | dacf168d77d5403b96fd75fab67fc7e34e2f93ac /test/test_queue_priority.cxx | |
parent | 1de68b72b9341a1a8a231db246367b9eaf2b0299 (diff) |
tag/Tag: add "noexcept"
Diffstat (limited to 'test/test_queue_priority.cxx')
-rw-r--r-- | test/test_queue_priority.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_queue_priority.cxx b/test/test_queue_priority.cxx index 42a5e7224..3282b4219 100644 --- a/test/test_queue_priority.cxx +++ b/test/test_queue_priority.cxx @@ -8,7 +8,7 @@ #include <cppunit/ui/text/TestRunner.h> #include <cppunit/extensions/HelperMacros.h> -Tag::Tag(const Tag &) {} +Tag::Tag(const Tag &) noexcept {} void Tag::Clear() noexcept {} static void |