From 5969988c45d72348f562bea8b8f91366cdedb711 Mon Sep 17 00:00:00 2001 From: Daniel Nicoletti Date: Thu, 5 Dec 2024 18:06:32 -0300 Subject: [PATCH] Fix qa_Settings types when building with clang Signed-off-by: Daniel Nicoletti --- core/test/qa_Settings.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/test/qa_Settings.cpp b/core/test/qa_Settings.cpp index 82dbf929..21e4216a 100644 --- a/core/test/qa_Settings.cpp +++ b/core/test/qa_Settings.cpp @@ -1002,8 +1002,8 @@ const boost::ut::suite TransactionTests = [] { - name: source id: gr::setting_test::Source parameters: - n_samples_max: 100 - sample_rate: 123456 + n_samples_max: !!uint32 100 + sample_rate: !!float32 123456 - name: test_block id: gr::setting_test::TestBlock - name: sink