From 062f89bc2833bf49f873a7fd5c2624babd702db0 Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Fri, 15 Aug 2003 01:42:30 +0000 Subject: get rid of some sompiler warnings on IRIX (This used to be commit a6a39c61e8228c8b3b7552ab3c61ec3a6a639143) --- source3/modules/getdate.y | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/modules/getdate.y') diff --git a/source3/modules/getdate.y b/source3/modules/getdate.y index 355500b3e1..aab37f4d23 100644 --- a/source3/modules/getdate.y +++ b/source3/modules/getdate.y @@ -650,6 +650,7 @@ to_hour (int hours, int meridian) abort (); } /* NOTREACHED */ + return 0; } static int -- cgit