Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/regex/regerror.c')
-rw-r--r--winsup/cygwin/regex/regerror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/regex/regerror.c b/winsup/cygwin/regex/regerror.c
index 7e88be5cb..1bba3e4a6 100644
--- a/winsup/cygwin/regex/regerror.c
+++ b/winsup/cygwin/regex/regerror.c
@@ -178,7 +178,7 @@ regatoi(const regex_t *preg, char *localbuf)
if (r->code == 0)
#ifdef __CYGWIN__ /* Avoid whining compiler */
{
- static const char null[] = "0";
+ static char null[] = "0";
return null;
}
#else