[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: compiler warnings for regex.c
From: |
Dave Love |
Subject: |
Re: compiler warnings for regex.c |
Date: |
Fri, 27 Oct 2000 12:09:10 +0100 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) Emacs/21.0.90 |
>>>>> "SM" == Stefan Monnier <monnier+gnu/address@hidden> writes:
>> Are they harmless?
SM> No, they are not, which is why they're there.
SM> They mean that re_match is not reentrant.
I don't think we should be causing warnings explicitly like that. It
has already wasted developer time and more clued-up people will take
time to check it; doubtless others will make bug reports about it.