diff --git a/mps/qa/test/testlib/testlib.c b/mps/qa/test/testlib/testlib.c index ab99ba345da..0413a98f8c7 100644 --- a/mps/qa/test/testlib/testlib.c +++ b/mps/qa/test/testlib/testlib.c @@ -1,4 +1,4 @@ -/* $HopeName: MMQA_harness!testlib:testlib.c(trunk.12) $ +/* $HopeName: MMQA_harness!testlib:testlib.c(trunk.13) $ some useful functions for testing the MPS */ #include @@ -364,6 +364,8 @@ int read_event(log_event* event) { } error("unknown event"); } + /* to make compiler happy */ + return 0; }