summaryrefslogtreecommitdiff
path: root/quantum
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-02-19 19:48:59 +0000
committerGitHub <noreply@github.com>2024-02-19 19:48:59 +0000
commit2f3383a11e0b459a1e89fea04914bce983eed2fe (patch)
treef60194b94b455d223462382e33532ee2c958f301 /quantum
parent9f95577ef2bfff55bf4f5d19c3dc58ea0f09e014 (diff)
Fix make clean test:os_detection (#23112)
Diffstat (limited to 'quantum')
-rw-r--r--quantum/os_detection/tests/os_detection.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/os_detection/tests/os_detection.cpp b/quantum/os_detection/tests/os_detection.cpp
index 11e93fdea8..a9f671156b 100644
--- a/quantum/os_detection/tests/os_detection.cpp
+++ b/quantum/os_detection/tests/os_detection.cpp
@@ -45,6 +45,8 @@ os_variant_t check_sequence(const std::vector<uint16_t> &w_lengths) {
bool process_detected_host_os_kb(os_variant_t os) {
reported_count = reported_count + 1;
reported_os = os;
+
+ return true;
}
void assert_not_reported(void) {