commit 614ff0d03552fa5149c526bbc11b4063d7203191 parent ab12bc45263bdfbe65b99f139cd7964fe68a7f3d Author: Friedolino <[email protected]> Date: Wed, 10 Mar 2021 18:16:13 +0100 fix Warnings in AdNoteTest Diffstat:
M | src/Tests/AdNoteTest.h | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/Tests/AdNoteTest.h b/src/Tests/AdNoteTest.h @@ -82,6 +82,10 @@ class AdNoteTest:public CxxTest::TestSuite case consumer_location_type_t::filter: TS_ASSERT((-8.0f < out && out < 8.0f)); break; + case consumer_location_type_t::freq: + case consumer_location_type_t::unspecified: + default: + break; } } }