summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/mpci.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/mpci.c')
-rw-r--r--cpukit/score/src/mpci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/score/src/mpci.c b/cpukit/score/src/mpci.c
index 547b690178..dd76ba40fc 100644
--- a/cpukit/score/src/mpci.c
+++ b/cpukit/score/src/mpci.c
@@ -385,6 +385,8 @@ Thread _MPCI_Receive_server(
(*the_function)( the_packet );
}
}
+
+ return 0; /* unreached - only to remove warnings */
}
/*PAGE