emacs-devel
[Top][All Lists]
Advanced

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

regex.h is not C89 compliant


From: Francesco Potorti`
Subject: regex.h is not C89 compliant
Date: Thu, 09 Jan 2003 12:19:14 +0100

extern int regexec _RE_ARGS ((const regex_t *__restrict __preg,
                              const char *__restrict __string, size_t __nmatch,
                              regmatch_t __pmatch[__restrict_arr],
                              int __eflags));

regex.h:553: warning: ISO C89 does not support `static' or type
                      qualifiers in parameter array declarators 

Obtained with gcc 3.2 and:
 -pedantic -Wall -Wpointer-arith -Winline
-Wmissing-prototypes -Wmissing-declarations -Wunused -Wformat
-Wno-switch -Wno-sign-compare -Wpointer-arith -Wshadow
-Wstrict-prototypes -Wtraditional -ansi -Wno-unused-function




reply via email to

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