[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tim-3] Improved DJGPP support in src/files.c
From: |
Akim Demaille |
Subject: |
Re: [tim-3] Improved DJGPP support in src/files.c |
Date: |
21 Jan 2002 14:36:12 +0100 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) |
>>>>> "Paul" == Paul Eggert <address@hidden> writes:
>> const char *basename_const (const char *name);
>>
>> and
>>
>> char *basename (const char *name);
Paul> I'm not sure that's a good idea. Lots of C functions have this
Paul> problem (for example, strchr), and it seems a bit overkill to
Paul> have two copies of each one of them just to quiet a GCC warning.
Very much agreed. We do have a consistency problem between C ot1h,
and type checking otoh. I'm not willing to struggle about it, C is
dead in this respect.
Paul> I think I'd rather just accept the extra cast as a deficiency of
Paul> C and move on.
I was motivated by the fact that since Bison --with-gcc-warnings dies
on warnings (-Werror), so I was trying to have this warning killed.
I just removed this flag for lib/, that's enough.
Thanks.
- Re: [tim-3] Improved DJGPP support in src/files.c, (continued)
- Re: [tim-3] Improved DJGPP support in src/files.c, Akim Demaille, 2002/01/15
- Re: [tim-3] Improved DJGPP support in src/files.c, Paul Eggert, 2002/01/15
- Re: [tim-3] Improved DJGPP support in src/files.c, Tim Van Holder, 2002/01/15
- Re: [tim-3] Improved DJGPP support in src/files.c, Paul Eggert, 2002/01/15
- Re: [tim-3] Improved DJGPP support in src/files.c, Tim Van Holder, 2002/01/16
- Re: [tim-3] Improved DJGPP support in src/files.c, Paul Eggert, 2002/01/16
- Re: [tim-3] Improved DJGPP support in src/files.c, Tim Van Holder, 2002/01/16
- Re: [tim-3] Improved DJGPP support in src/files.c, Paul Eggert, 2002/01/16
- Re: [tim-3] Improved DJGPP support in src/files.c, Akim Demaille, 2002/01/17
- Re: [tim-3] Improved DJGPP support in src/files.c, Paul Eggert, 2002/01/17
- Re: [tim-3] Improved DJGPP support in src/files.c,
Akim Demaille <=
- Re: [tim-3] Improved DJGPP support in src/files.c, Akim Demaille, 2002/01/17
- Re: [tim-3] Improved DJGPP support in src/files.c, Jim Meyering, 2002/01/17
- Re: [tim-3] Improved DJGPP support in src/files.c, Tim Van Holder, 2002/01/17
- Re: [tim-3] Improved DJGPP support in src/files.c, Paul Eggert, 2002/01/17
- Re: [tim-3] Improved DJGPP support in src/files.c, Tim Van Holder, 2002/01/17
- Re: [tim-3] Improved DJGPP support in src/files.c, Akim Demaille, 2002/01/15
- Re: [tim-3] Improved DJGPP support in src/files.c, Tim Van Holder, 2002/01/15
- Re: [tim-3] Improved DJGPP support in src/files.c, Akim Demaille, 2002/01/17
- Re: [tim-3] Improved DJGPP support in src/files.c, Tim Van Holder, 2002/01/17
- Re: [tim-3] Improved DJGPP support in src/files.c, Akim Demaille, 2002/01/21