diff options
author | Herb Lewis <herb@samba.org> | 2003-08-15 01:42:30 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2003-08-15 01:42:30 +0000 |
commit | 062f89bc2833bf49f873a7fd5c2624babd702db0 (patch) | |
tree | 2b0224355c23e67b21fa01ce537f6f22e53cbc18 /source3/modules | |
parent | cc865e1edc57052877ae542058d62dfd16152369 (diff) | |
download | samba-062f89bc2833bf49f873a7fd5c2624babd702db0.tar.gz samba-062f89bc2833bf49f873a7fd5c2624babd702db0.tar.bz2 samba-062f89bc2833bf49f873a7fd5c2624babd702db0.zip |
get rid of some sompiler warnings on IRIX
(This used to be commit a6a39c61e8228c8b3b7552ab3c61ec3a6a639143)
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/getdate.c | 1 | ||||
-rw-r--r-- | source3/modules/getdate.y | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source3/modules/getdate.c b/source3/modules/getdate.c index 182a036b4b..491c51294e 100644 --- a/source3/modules/getdate.c +++ b/source3/modules/getdate.c @@ -1993,6 +1993,7 @@ to_hour (int hours, int meridian) abort (); } /* NOTREACHED */ + return 0; } static int 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 |