From bc39553c901a91cfcb757863586250838c83eeab Mon Sep 17 00:00:00 2001 From: Cebtenzzre Date: Thu, 28 Sep 2023 17:41:44 -0400 Subject: build : enable more non-default compiler warnings (#3200) --- tests/test-grad0.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/test-grad0.cpp') diff --git a/tests/test-grad0.cpp b/tests/test-grad0.cpp index 4f49dc55..c3cd73bc 100644 --- a/tests/test-grad0.cpp +++ b/tests/test-grad0.cpp @@ -107,7 +107,7 @@ static struct ggml_tensor * get_random_tensor_f32( break; default: assert(false); - }; + } return result; } @@ -155,7 +155,7 @@ static struct ggml_tensor * get_random_tensor_f16( break; default: assert(false); - }; + } return result; } @@ -203,7 +203,7 @@ static struct ggml_tensor * get_random_tensor_i32( break; default: assert(false); - }; + } return result; } -- cgit v1.2.3