From fb77bb1a0b377a583dc37011388cc44ac0208a4f Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Wed, 23 Feb 2022 15:40:50 +0800 Subject: [PATCH] [td-13039]fix compiling error. --- source/libs/executor/test/sortTests.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/libs/executor/test/sortTests.cpp b/source/libs/executor/test/sortTests.cpp index ec066c95b1..fc366e4cc8 100644 --- a/source/libs/executor/test/sortTests.cpp +++ b/source/libs/executor/test/sortTests.cpp @@ -145,6 +145,8 @@ int32_t docomp(const void* p1, const void* p2, void* param) { assert(0); } } + + return 0; } } // namespace