diff options
| author | David J. MacKenzie | 1994-10-12 20:21:51 +0000 |
|---|---|---|
| committer | David J. MacKenzie | 1994-10-12 20:21:51 +0000 |
| commit | 340ff9deaea2a7258d3ee1eca65487b4cd8dd305 (patch) | |
| tree | 48728b1b42696e296b41072130301fc3ea627440 /lib-src/fakemail.c | |
| parent | e2f9d9afabe51c8be7e6f4327197670b941789f2 (diff) | |
| download | emacs-340ff9deaea2a7258d3ee1eca65487b4cd8dd305.tar.gz emacs-340ff9deaea2a7258d3ee1eca65487b4cd8dd305.zip | |
Eliminate some -Wall warnings.
Diffstat (limited to 'lib-src/fakemail.c')
| -rw-r--r-- | lib-src/fakemail.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib-src/fakemail.c b/lib-src/fakemail.c index 59bf2d661ac..5adcf66fbc8 100644 --- a/lib-src/fakemail.c +++ b/lib-src/fakemail.c | |||
| @@ -23,11 +23,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 23 | 23 | ||
| 24 | #if defined (BSD) && !defined (BSD4_1) && !defined (USE_FAKEMAIL) | 24 | #if defined (BSD) && !defined (BSD4_1) && !defined (USE_FAKEMAIL) |
| 25 | /* This program isnot used in BSD, so just avoid loader complaints. */ | 25 | /* This program isnot used in BSD, so just avoid loader complaints. */ |
| 26 | void | ||
| 26 | main () | 27 | main () |
| 27 | { | 28 | { |
| 28 | } | 29 | } |
| 29 | #else /* not BSD 4.2 (or newer) */ | 30 | #else /* not BSD 4.2 (or newer) */ |
| 30 | #ifdef MSDOS | 31 | #ifdef MSDOS |
| 32 | void | ||
| 31 | main () | 33 | main () |
| 32 | { | 34 | { |
| 33 | } | 35 | } |