From 500ff97c21c14f6c76afe902c4ceebf8bc6497d2 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 7 Apr 2010 23:00:23 +0200 Subject: Fix compiler warning about void return in non void method. --- openbsc/tests/debug/debug_test.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbsc/tests') diff --git a/openbsc/tests/debug/debug_test.c b/openbsc/tests/debug/debug_test.c index 695d65c0b..f3e483703 100644 --- a/openbsc/tests/debug/debug_test.c +++ b/openbsc/tests/debug/debug_test.c @@ -38,4 +38,6 @@ int main(int argc, char** argv) DEBUGP(DRLL, "You should see this\n"); DEBUGP(DCC, "You should see this\n"); DEBUGP(DMM, "You should not see this\n"); + + return 0; } -- cgit v1.2.3