bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#24071: [PATCH] Refactor regex character class parsing in [:name:]


From: Michal Nazarewicz
Subject: bug#24071: [PATCH] Refactor regex character class parsing in [:name:]
Date: Tue, 02 Aug 2016 19:54:33 +0200
User-agent: Notmuch/0.19+53~g2e63a09 (http://notmuchmail.org) Emacs/25.1.50.1 (x86_64-unknown-linux-gnu)

On Tue, Aug 02 2016, Eli Zaretskii wrote:
>> From: Michal Nazarewicz <mina86@mina86.com>
>> Date: Tue, 02 Aug 2016 18:06:04 +0200
>> 
>> Pushed.
>
> Thanks.  I get the following warning when compiling regex.c:
>
>   regex.c:516:0: warning: macro "STREQ" is not used [-Wunused-macros]
>    #define STREQ(s1, s2) ((strcmp (s1, s2) == 0))
>    ^
>
> When compiling the test suite, I get this warning:
>
> Compiling src/regex-tests.el
>
>   In toplevel form:
>   src/regex-tests.el:416:1:Warning: Unused lexical variable `newline'

Both fixed.  Thanks.

-- 
Best regards
ミハウ “𝓶𝓲𝓷𝓪86” ナザレヴイツ
«If at first you don’t succeed, give up skydiving»





reply via email to

[Prev in Thread] Current Thread [Next in Thread]