From b312b9f090475f3dd76994706260cb83ab162a8a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 19 Oct 2010 09:06:32 +0200 Subject: Add explicit return statement in main() --- tests/cxx/hybrid/enumeration/driver.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/cxx/hybrid/enumeration') diff --git a/tests/cxx/hybrid/enumeration/driver.cxx b/tests/cxx/hybrid/enumeration/driver.cxx index b057929..29004a7 100644 --- a/tests/cxx/hybrid/enumeration/driver.cxx +++ b/tests/cxx/hybrid/enumeration/driver.cxx @@ -94,4 +94,6 @@ main (int argc, char* argv[]) root_s.post (); delete r; + + return 0; } -- cgit v1.1