unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* regex.h is not C89 compliant
@ 2003-01-09 11:19 Francesco Potorti`
  0 siblings, 0 replies; only message in thread
From: Francesco Potorti` @ 2003-01-09 11:19 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-01-09 11:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-09 11:19 regex.h is not C89 compliant Francesco Potorti`

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).