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: Eli Zaretskii
Subject: bug#24071: [PATCH] Refactor regex character class parsing in [:name:]
Date: Tue, 02 Aug 2016 19:46:54 +0300

> 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'





reply via email to

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