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 | a6a39c61e8228c8b3b7552ab3c61ec3a6a639143 (patch) | |
tree | 8b68b2e129d28f4b60a6e9c2d2eb0668c507d9b5 /source/modules | |
parent | 244c61b1dd52121109e6fd7c3514d1a73d1fa303 (diff) | |
download | samba-a6a39c61e8228c8b3b7552ab3c61ec3a6a639143.tar.gz samba-a6a39c61e8228c8b3b7552ab3c61ec3a6a639143.tar.xz samba-a6a39c61e8228c8b3b7552ab3c61ec3a6a639143.zip |
get rid of some sompiler warnings on IRIX
Diffstat (limited to 'source/modules')
-rw-r--r-- | source/modules/getdate.c | 1 | ||||
-rw-r--r-- | source/modules/getdate.y | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source/modules/getdate.c b/source/modules/getdate.c index 182a036b4b9..491c51294e9 100644 --- a/source/modules/getdate.c +++ b/source/modules/getdate.c @@ -1993,6 +1993,7 @@ to_hour (int hours, int meridian) abort (); } /* NOTREACHED */ + return 0; } static int diff --git a/source/modules/getdate.y b/source/modules/getdate.y index 355500b3e13..aab37f4d235 100644 --- a/source/modules/getdate.y +++ b/source/modules/getdate.y @@ -650,6 +650,7 @@ to_hour (int hours, int meridian) abort (); } /* NOTREACHED */ + return 0; } static int |