From 86771eb1ec22aa40d789af358bf7f127a195b561 Mon Sep 17 00:00:00 2001 From: Alexander Trufanov Date: Mon, 8 Jan 2024 16:49:35 +0300 Subject: [PATCH] Fix compillation with clang --- ta-lib-rt/c/src/tools/ta_regtest/ta_test_func/test_1in_2out.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ta-lib-rt/c/src/tools/ta_regtest/ta_test_func/test_1in_2out.c b/ta-lib-rt/c/src/tools/ta_regtest/ta_test_func/test_1in_2out.c index af8107cd..a88255a0 100644 --- a/ta-lib-rt/c/src/tools/ta_regtest/ta_test_func/test_1in_2out.c +++ b/ta-lib-rt/c/src/tools/ta_regtest/ta_test_func/test_1in_2out.c @@ -511,6 +511,7 @@ static ErrorNumber do_test_state( const TA_History *history, break; default: // referenceInput = history->close; + break; } /* Make a simple first call. */